mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Change generation task to search recursively
This commit is contained in:
parent
79a0e36b90
commit
0f053f0fe0
@ -85,7 +85,7 @@ namespace MediaBrowser.Providers.Trickplay
|
|||||||
MediaTypes = new[] { MediaType.Video },
|
MediaTypes = new[] { MediaType.Video },
|
||||||
IsVirtualItem = false,
|
IsVirtualItem = false,
|
||||||
IsFolder = false,
|
IsFolder = false,
|
||||||
Recursive = false
|
Recursive = true
|
||||||
}).OfType<Video>().ToList();
|
}).OfType<Video>().ToList();
|
||||||
|
|
||||||
var numComplete = 0;
|
var numComplete = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user