mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-26 03:19:34 -05:00
fixed exiting after one torrent processed
This commit is contained in:
@@ -96,7 +96,7 @@ public sealed class QueueCleanerHandler
|
||||
if (torrent is not { CompletionOn: not null, Downloaded: null or 0 })
|
||||
{
|
||||
_logger.LogInformation("skip | {torrent}", record.Title);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
itemsToBeRefreshed.Add(GetRecordId(instanceType, record));
|
||||
|
||||
Reference in New Issue
Block a user