Fix queue items with no title not being processed (#54)
This commit is contained in:
@@ -145,12 +145,6 @@ public abstract class ArrClient
|
|||||||
return false;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user