fixed downloads to change category value

This commit is contained in:
Flaminel
2025-02-27 21:52:46 +02:00
parent 3c8ef3db91
commit b834a8bc01
@@ -74,7 +74,7 @@ public sealed class DownloadCleaner : GenericHandler
_hardLinkCategoryCreated = true; _hardLinkCategoryCreated = true;
} }
_downloadService.FilterDownloadsToChangeCategoryAsync(downloads, _config.NoHardLinksCategories); downloadsToChangeCategory = _downloadService.FilterDownloadsToChangeCategoryAsync(downloads, _config.NoHardLinksCategories);
} }
// wait for the downloads to appear in the arr queue // wait for the downloads to appear in the arr queue