Explorar el Código

Change generation task to search recursively

nicknsy hace 2 años
padre
commit
0f053f0fe0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs

+ 1 - 1
MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs

@@ -85,7 +85,7 @@ namespace MediaBrowser.Providers.Trickplay
                 MediaTypes = new[] { MediaType.Video },
                 IsVirtualItem = false,
                 IsFolder = false,
-                Recursive = false
+                Recursive = true
             }).OfType<Video>().ToList();
 
             var numComplete = 0;