Fixed scanning issue. Updated worker.
Some checks failed
ci / build-test (push) Has been cancelled
ci / publish-image (push) Has been cancelled

This commit is contained in:
2026-02-14 22:47:19 -05:00
parent 340c62d18b
commit a85989a337
14 changed files with 286 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
public sealed class ScanOptions
{
public string? Locale { get; init; } = "Japanese"; // maps to your Locale enum
public string Locale { get; init; } = "Japanese"; // maps to your Locale enum
public int? StartPage { get; init; } // if null, resume from checkpoint or 1
public int? EndPage { get; init; } // optional cap
public int? PageSize { get; init; } // override default