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

@ -6,7 +6,7 @@ namespace NzbDrone.Core.Download
{
public interface IDownloadClient
{
bool DownloadNzb(string url, string title, bool recentlyAired);
bool DownloadNzb(string url, string title);
IEnumerable<QueueItem> GetQueue();
}