update live tv menu

pull/702/head
Luke Pulverenti 10 years ago
parent a0c3bb0380
commit 31e36a56e7

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

@ -150,7 +150,6 @@ namespace MediaBrowser.Server.Implementations.UserViews
CollectionType.Games,
CollectionType.Music,
CollectionType.BoxSets,
CollectionType.Playlists,
CollectionType.Channels,
CollectionType.Books,
CollectionType.Photos,

@ -423,7 +423,6 @@ namespace MediaBrowser.WebDashboard.Api
var files = new[]
{
"thirdparty/fontawesome/css/font-awesome.min.css" + versionString,
"css/all.css" + versionString
};

Loading…
Cancel
Save