Merge pull request #17041 from Shadowghost/media-source-handling-fixes

Media source handling fixes
This commit is contained in:
Bond-009
2026-06-08 19:41:21 +02:00
committed by GitHub
10 changed files with 148 additions and 21 deletions

View File

@@ -60,6 +60,7 @@ public class KeyframeExtractionScheduledTask : IScheduledTask
DtoOptions = new DtoOptions(true),
SourceTypes = [SourceType.Library],
Recursive = true,
IncludeOwnedItems = true,
Limit = Pagesize
};