1
0
Fork 0
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:
Luke Pulverenti 2015-02-03 16:06:56 -05:00
parent 13c2f2eb78
commit c6206125d3
2 changed files with 5 additions and 2 deletions

View file

@ -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";