update lists
This commit is contained in:
@@ -154,7 +154,7 @@ define(['apphost', 'globalize', 'connectionManager', 'itemHelper', 'embyRouter',
|
||||
|
||||
if (user.Policy.IsAdministrator) {
|
||||
|
||||
if (item.Type != 'Timer') {
|
||||
if (item.Type != 'Timer' && item.Type != 'Program') {
|
||||
commands.push({
|
||||
name: globalize.translate('sharedcomponents#Refresh'),
|
||||
id: 'refresh'
|
||||
|
||||
@@ -75,6 +75,10 @@ define(['apphost'], function (appHost) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (itemType == 'Program') {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (user.Policy.IsAdministrator) {
|
||||
|
||||
return true;
|
||||
|
||||
@@ -138,6 +138,10 @@ div.listItem {
|
||||
transform: scale(1.025, 1.025);
|
||||
}
|
||||
|
||||
.listItem > .fab:first-child {
|
||||
margin-left: .75em;
|
||||
}
|
||||
|
||||
.paperList {
|
||||
padding: .5em 0;
|
||||
margin: 1em auto;
|
||||
@@ -149,6 +153,10 @@ div.listItem {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.paperList .listItem {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.listItemMediaInfo {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user