diff --git a/code/Infrastructure/Verticals/Arr/ArrClient.cs b/code/Infrastructure/Verticals/Arr/ArrClient.cs index a37b207..65f400d 100644 --- a/code/Infrastructure/Verticals/Arr/ArrClient.cs +++ b/code/Infrastructure/Verticals/Arr/ArrClient.cs @@ -145,12 +145,6 @@ public abstract class ArrClient return false; } - if (record.DownloadId.Equals(record.Title, StringComparison.InvariantCultureIgnoreCase)) - { - _logger.LogDebug("skip | item is not ready yet | {title}", record.Title); - return false; - } - return true; }