From c402a831f8352da385e9604aff1b0b7e566da5e7 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 5 Jan 2020 14:37:52 +0100 Subject: [PATCH] Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling --- .../Download/TrackedDownloads/DownloadMonitoringService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Download/TrackedDownloads/DownloadMonitoringService.cs b/src/NzbDrone.Core/Download/TrackedDownloads/DownloadMonitoringService.cs index 2fb243335..d45bf125a 100644 --- a/src/NzbDrone.Core/Download/TrackedDownloads/DownloadMonitoringService.cs +++ b/src/NzbDrone.Core/Download/TrackedDownloads/DownloadMonitoringService.cs @@ -12,6 +12,7 @@ using NzbDrone.Core.Messaging.Events; namespace NzbDrone.Core.Download.TrackedDownloads { public class DownloadMonitoringService : IExecute, + IExecute, IHandle, IHandle, IHandle,