1
0
Fork 0
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:
Luke Pulverenti 2013-10-20 21:03:15 -04:00
parent e674b68b00
commit 2051ca16b9

View file

@ -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();