mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
update live tv menu
This commit is contained in:
@@ -107,6 +107,10 @@ namespace MediaBrowser.Providers.Folders
|
||||
{
|
||||
//return urlPrefix + "movies.png";
|
||||
}
|
||||
if (string.Equals(viewType, CollectionType.Playlists, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return urlPrefix + "playlists.png";
|
||||
}
|
||||
|
||||
return null;
|
||||
//return urlPrefix + "generic.png";
|
||||
|
||||
Reference in New Issue
Block a user