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

consolidate ibn api a bit

This commit is contained in:
Luke Pulverenti 2014-02-22 15:20:22 -05:00
parent 520d8fd97b
commit 793dd69b63
7 changed files with 34 additions and 283 deletions

View file

@ -62,7 +62,7 @@
item.Type != "GameGenre" &&
item.Type != "Person" &&
item.Type != "MusicArtist" &&
item.Type != "UserRootFolder") {
item.Type != "CollectionFolder") {
$('#fldDelete', page).show();
} else {
$('#fldDelete', page).hide();