mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added realtime monitor setting
This commit is contained in:
parent
f83b2b662a
commit
24373b5706
6 changed files with 29 additions and 2 deletions
|
@ -498,7 +498,14 @@
|
|||
$('#fldRecursive', page).hide();
|
||||
}
|
||||
|
||||
if (item.Type != "Channel" && item.Type != "Genre" && item.Type != "Studio" && item.Type != "MusicGenre" && item.Type != "GameGenre" && item.Type != "Person" && item.Type != "MusicArtist") {
|
||||
if (item.Type != "Channel" &&
|
||||
item.Type != "Genre" &&
|
||||
item.Type != "Studio" &&
|
||||
item.Type != "MusicGenre" &&
|
||||
item.Type != "GameGenre" &&
|
||||
item.Type != "Person" &&
|
||||
item.Type != "MusicArtist" &&
|
||||
item.Type != "UserRootFolder") {
|
||||
$('#fldDelete', page).show();
|
||||
} else {
|
||||
$('#fldDelete', page).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue