mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
removed backlog from server
This commit is contained in:
parent
459c95d85e
commit
50ee2ee357
20 changed files with 29 additions and 108 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue