1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix sdk import

This commit is contained in:
grafixeyehero 2022-10-27 03:04:32 +03:00
parent 122c4ae600
commit 86076d633a

2
src/apiclient.d.ts vendored
View file

@ -67,7 +67,7 @@ declare module 'jellyfin-apiclient' {
UserPolicy,
UtcTimeResponse,
VirtualFolderInfo
} from '@thornbill/jellyfin-sdk/dist/generated-client';
} from '@jellyfin/sdk/lib/generated-client';
class ApiClient {
constructor(serverAddress: string, appName: string, appVersion: string, deviceName: string, deviceId: string);