mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: some issues around removing completed and failed downloads
This commit is contained in:
@@ -12,9 +12,7 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
String Download(RemoteEpisode remoteEpisode);
|
||||
IEnumerable<DownloadClientItem> GetItems();
|
||||
void RemoveItem(String id);
|
||||
String RetryDownload(String id);
|
||||
|
||||
void RemoveItem(string downloadId, bool deleteData);
|
||||
DownloadClientStatus GetStatus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user