mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
d89b860b40
commit
9c599a3c5c
7 changed files with 62 additions and 13 deletions
|
@ -224,6 +224,10 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if (itemType == "Program") {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (itemType == "MusicGenre" || itemType == "Season" || itemType == "Series" || itemType == "BoxSet" || itemType == "MusicAlbum" || itemType == "MusicArtist" || itemType == "Playlist") {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue