mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
allow deleting of remote items
This commit is contained in:
parent
e674b68b00
commit
2051ca16b9
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@
|
|||
$('#fldRecursive', page).hide();
|
||||
}
|
||||
|
||||
if (item.LocationType == "Virtual") {
|
||||
if (item.LocationType == "Virtual" || item.LocationType == "Remote") {
|
||||
$('#fldDelete', page).show();
|
||||
} else {
|
||||
$('#fldDelete', page).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue