support channels with dlna
This commit is contained in:
parent
b89707f7b9
commit
27cc543b5f
13 changed files with 20 additions and 34 deletions
|
@ -90,7 +90,10 @@
|
|||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
if (user.Configuration.EnableContentDeletion &&
|
||||
if (item.Type == 'BoxSet') {
|
||||
$('#fldDelete', page).show();
|
||||
}
|
||||
else if (user.Configuration.EnableContentDeletion &&
|
||||
item.Type != "TvChannel" &&
|
||||
item.Type != "Genre" &&
|
||||
item.Type != "Studio" &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue