1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
This commit is contained in:
kayone 2013-11-30 19:47:04 -08:00
parent 9339b98d1e
commit bedcbf9e70

View File

@ -12,6 +12,7 @@ public interface IDownloadService
void DownloadReport(RemoteEpisode remoteEpisode);
}
public class DownloadService : IDownloadService
{
private readonly IProvideDownloadClient _downloadClientProvider;