Fix data extraction for alternative versions

This commit is contained in:
Shadowghost
2026-06-04 02:57:54 +02:00
parent 2392e32779
commit dee63ef3f1
3 changed files with 5 additions and 2 deletions

View File

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