Luke Pulverenti 9 лет назад
Родитель
Сommit
4320f066b7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MediaBrowser.Providers/Folders/DefaultImageProvider.cs

+ 1 - 1
MediaBrowser.Providers/Folders/DefaultImageProvider.cs

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