trying to account for cross-seed

This commit is contained in:
Flaminel
2025-02-21 23:22:21 +02:00
parent f91e85651f
commit 19ac8cbd28
4 changed files with 78 additions and 11 deletions
@@ -16,6 +16,9 @@ public sealed record DownloadCleanerConfig : IJobConfig
[ConfigurationKeyName("NO_HARDLINKS_CATEGORY")]
public string NoHardlinksCategory { get; init; } = "";
[ConfigurationKeyName("IGNORE_ROOT_DIR")]
public bool IgnoreRootDir { get; init; }
[ConfigurationKeyName("HARDLINK_CATEGORIES")]
public List<string>? HardlinkCategories { get; init; }