update live tv menu

This commit is contained in:
Luke Pulverenti
2015-08-28 11:02:22 -04:00
parent a0c3bb0380
commit 31e36a56e7
3 changed files with 4 additions and 2 deletions

View File

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