From bedcbf9e70835396955c01daac0b6fd85cf043d5 Mon Sep 17 00:00:00 2001 From: kayone Date: Sat, 30 Nov 2013 19:47:04 -0800 Subject: [PATCH] touch! --- src/NzbDrone.Core/Download/DownloadService.cs | 1 + 1 file changed, 1 insertion(+) 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;