2
0
Luke Pulverenti 12 жил өмнө
parent
commit
82dfb4ffb5

+ 1 - 1
MediaBrowser.Controller/Providers/ImagesByNameProvider.cs

@@ -28,7 +28,7 @@ namespace MediaBrowser.Controller.Providers
         public override bool Supports(BaseItem item)
         {
             //only run for these generic types since we are expensive in file i/o
-            return item is IndexFolder || item is BasePluginFolder;
+            return item is IndexFolder || item is BasePluginFolder || item is CollectionFolder;
         }
 
         /// <summary>