This commit is contained in:
kayone 2013-11-30 19:47:04 -08:00
parent 9339b98d1e
commit bedcbf9e70
1 changed files with 1 additions and 0 deletions

View File

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