mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
ca4763512f
commit
c2c5228c06
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { MediaType } from '@jellyfin/sdk/lib/generated-client/models/media-type'
|
|||
|
||||
import { MediaError } from 'types/mediaError';
|
||||
import { getMediaError } from 'utils/mediaError';
|
||||
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/index.js';
|
||||
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models/base-item-kind.js';
|
||||
|
||||
const UNLIMITED_ITEMS = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue