diff --git a/code/backend/Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs b/code/backend/Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs index 3e4bc1c9..68698e4e 100644 --- a/code/backend/Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs +++ b/code/backend/Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs @@ -283,7 +283,7 @@ public abstract class GenericHandler : IHandler "skip lazylibrarian delete | torrent reference unavailable | {title} | {hash}", record.Title, record.DownloadId ); - return true; + return false; } try