diff --git a/src/NzbDrone.Core/Download/DownloadService.cs b/src/NzbDrone.Core/Download/DownloadService.cs index dcb65fe88..dcb9742a9 100644 --- a/src/NzbDrone.Core/Download/DownloadService.cs +++ b/src/NzbDrone.Core/Download/DownloadService.cs @@ -12,6 +12,7 @@ namespace NzbDrone.Core.Download void DownloadReport(RemoteEpisode remoteEpisode); } + public class DownloadService : IDownloadService { private readonly IProvideDownloadClient _downloadClientProvider;