From 52cce9d07299156fa4ee28a38aa8bf7e1d72fd53 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 3 Jun 2026 21:44:58 +0300 Subject: [PATCH] added handling when client or torrent is null --- .../Cleanuparr.Infrastructure/Features/Jobs/GenericHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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