mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Failed downloads are removed from queue/history (opt out)
This commit is contained in:
@@ -9,5 +9,7 @@ namespace NzbDrone.Core.Download
|
||||
bool IsConfigured { get; }
|
||||
IEnumerable<QueueItem> GetQueue();
|
||||
IEnumerable<HistoryItem> GetHistory(int start = 0, int limit = 0);
|
||||
void RemoveFromQueue(string id);
|
||||
void RemoveFromHistory(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user