mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Core.Download
|
||||
{
|
||||
DownloadProtocol Protocol { get; }
|
||||
|
||||
String Download(RemoteEpisode remoteEpisode);
|
||||
string Download(RemoteEpisode remoteEpisode);
|
||||
IEnumerable<DownloadClientItem> GetItems();
|
||||
void RemoveItem(string downloadId, bool deleteData);
|
||||
DownloadClientStatus GetStatus();
|
||||
|
||||
Reference in New Issue
Block a user