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

Separate LiveTvProgram to a standalone query

This commit is contained in:
viown 2025-03-24 20:18:39 +03:00
parent 69df532c27
commit cdd330a01f
3 changed files with 59 additions and 2 deletions

View file

@ -130,7 +130,6 @@ export function getItemTypesFromCollectionType(collectionType: CollectionType |
BaseItemKind.Playlist,
BaseItemKind.MusicAlbum,
BaseItemKind.Audio,
BaseItemKind.LiveTvProgram,
BaseItemKind.TvChannel,
BaseItemKind.PhotoAlbum,
BaseItemKind.Photo,