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

fixes #715 - Support creating/editing collections (boxsets) in web client #715

This commit is contained in:
Luke Pulverenti 2014-03-07 13:48:55 -05:00
parent edc7f33329
commit f76d02d315
7 changed files with 38 additions and 32 deletions

View file

@ -173,10 +173,6 @@
$('#gameSystemTabs', page).show();
}
if (item.Type == "BoxSet") {
$('#boxsetTabs', page).show();
}
if (item.Type == "Trailer") {
$('#trailerTabs', page).show();
}