mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02: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