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