mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Failed downloads are added to history
This commit is contained in:
@@ -8,5 +8,6 @@ namespace NzbDrone.Core.Download
|
||||
string DownloadNzb(RemoteEpisode remoteEpisode);
|
||||
bool IsConfigured { get; }
|
||||
IEnumerable<QueueItem> GetQueue();
|
||||
IEnumerable<HistoryItem> GetHistory(int start = 0, int limit = 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user