added handling when client or torrent is null

This commit is contained in:
Flaminel
2026-06-03 21:44:58 +03:00
parent 4abd841ef5
commit 52cce9d072

View File

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