removed backlog from server

This commit is contained in:
Keivan Beigi 2013-07-03 18:00:46 -07:00 committed by kay.one
commit 50ee2ee357
20 changed files with 29 additions and 108 deletions

View file

@ -30,7 +30,7 @@ namespace NzbDrone.Core.Download
var provider = _downloadClientProvider.GetDownloadClient();
bool success = provider.DownloadNzb(remoteEpisode.Report.NzbUrl, downloadTitle, remoteEpisode.IsRecentEpisode());
bool success = provider.DownloadNzb(remoteEpisode.Report.NzbUrl, downloadTitle);
if (success)
{