mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Fix sdk import
This commit is contained in:
parent
122c4ae600
commit
86076d633a
2
src/apiclient.d.ts
vendored
2
src/apiclient.d.ts
vendored
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user