Use index file for apiclient lib imports

This commit is contained in:
Bill Thornton
2025-04-22 08:48:34 -04:00
parent 5bcbcfbe12
commit 953073cd28
115 changed files with 118 additions and 117 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { MediaType } from '@jellyfin/sdk/lib/generated-client/models/media-type'
import { getLibraryApi } from '@jellyfin/sdk/lib/utils/api/library-api';
import { getItemQuery } from 'hooks/useItem';
import ServerConnections from 'lib/jellyfin-apiclient/ServerConnections';
import { ServerConnections } from 'lib/jellyfin-apiclient';
import { currentSettings as userSettings } from 'scripts/settings/userSettings';
import { ItemKind } from 'types/base/models/item-kind';
import Events from 'utils/events.ts';