mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
enforce user access to offline items
This commit is contained in:
parent
13c2f2eb78
commit
c6206125d3
2 changed files with 5 additions and 2 deletions
|
@ -57,7 +57,10 @@
|
||||||
icon = "fa-book";
|
icon = "fa-book";
|
||||||
break;
|
break;
|
||||||
case "channels":
|
case "channels":
|
||||||
icon = "fa-video-camera";
|
icon = "fa-globe";
|
||||||
|
break;
|
||||||
|
case "playlists":
|
||||||
|
icon = "fa-list";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
icon = "fa-folder-o";
|
icon = "fa-folder-o";
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
background = 'rgba(72, 0, 255, ' + opacity + ')';
|
background = 'rgba(72, 0, 255, ' + opacity + ')';
|
||||||
}
|
}
|
||||||
|
|
||||||
html += '<div class="syncStatusBanner" style="background-color:' + background + ';position:absolute;top:0;right:0;padding:.5em .5em; text-align:left;color: #fff; font-weight: 500; font-size: 14px; text-transform:uppercase;">';
|
html += '<div class="syncStatusBanner" style="background-color:' + background + ';position:absolute;top:0;right:0;padding:.5em .5em; text-align:left;color: #fff; font-weight: 500; text-transform:uppercase;">';
|
||||||
html += text;
|
html += text;
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue