Fixed: Blacklist Retry logic will now properly handle Sabnzbd changing the unique id.

This commit is contained in:
Taloth Saldono 2014-07-19 19:37:06 +02:00
commit 53e723a301
11 changed files with 116 additions and 47 deletions

View file

@ -205,7 +205,7 @@ namespace NzbDrone.Core.Download
}
}
}
private void UpdateStatusMessage(TrackedDownload trackedDownload, LogLevel logLevel, String message, params object[] args)
{
var statusMessage = String.Format(message, args);