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

Backport pull request #3878 from jellyfin/release-10.8.z

Fix sdk imports to improve build size

Original-merge: f85f7d2fe6

Merged-by: Joshua M. Boniface <joshua@boniface.me>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Bill Thornton 2022-09-16 01:02:22 -04:00
parent 4736550594
commit 8a2eb0d0d8
12 changed files with 14 additions and 12 deletions

2
src/apiclient.d.ts vendored
View file

@ -1,7 +1,7 @@
// TODO: Move to jellyfin-apiclient
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module 'jellyfin-apiclient' {
import {
import type {
AllThemeMediaResult,
AuthenticationResult,
BaseItemDto,