mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
add series works again, now includes title.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Jobs
|
||||
if (_jobs.All(c => c.GetType().ToString() != currentJob.TypeName))
|
||||
{
|
||||
_logger.Debug("Removing job from database '{0}'", currentJob.Name);
|
||||
Delete(currentJob.OID);
|
||||
Delete(currentJob.Id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user