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";
|
||||
break;
|
||||
case "channels":
|
||||
icon = "fa-video-camera";
|
||||
icon = "fa-globe";
|
||||
break;
|
||||
case "playlists":
|
||||
icon = "fa-list";
|
||||
break;
|
||||
default:
|
||||
icon = "fa-folder-o";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue