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:
parent
520d8fd97b
commit
793dd69b63
7 changed files with 34 additions and 283 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue