fixed exiting after one torrent processed

This commit is contained in:
Flaminel
2024-11-14 22:24:01 +02:00
parent 36a07b251a
commit 6587014e8d

View File

@@ -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));