mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Change generation task to search recursively
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user