update boxset default image

This commit is contained in:
Luke Pulverenti 2016-02-26 23:38:43 -05:00
parent e44d6cffea
commit 4320f066b7

View File

@ -121,7 +121,7 @@ namespace MediaBrowser.Providers.Folders
} }
if (string.Equals(viewType, CollectionType.BoxSets, StringComparison.OrdinalIgnoreCase)) if (string.Equals(viewType, CollectionType.BoxSets, StringComparison.OrdinalIgnoreCase))
{ {
return urlPrefix + "collections.jpg"; //return urlPrefix + "collections.jpg";
} }
if (string.IsNullOrWhiteSpace(viewType)) if (string.IsNullOrWhiteSpace(viewType))
{ {