mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Change generation task to search recursively
This commit is contained in:
parent
79a0e36b90
commit
0f053f0fe0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue