Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling
fixes #3492
This commit is contained in:
parent
24ba5e5bda
commit
29117fc222
|
@ -12,6 +12,7 @@ using NzbDrone.Core.Messaging.Events;
|
||||||
namespace NzbDrone.Core.Download.TrackedDownloads
|
namespace NzbDrone.Core.Download.TrackedDownloads
|
||||||
{
|
{
|
||||||
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
||||||
|
IExecute<CheckForFinishedDownloadCommand>,
|
||||||
IHandle<EpisodeGrabbedEvent>,
|
IHandle<EpisodeGrabbedEvent>,
|
||||||
IHandle<EpisodeImportedEvent>,
|
IHandle<EpisodeImportedEvent>,
|
||||||
IHandle<DownloadsProcessedEvent>,
|
IHandle<DownloadsProcessedEvent>,
|
||||||
|
|
Loading…
Reference in New Issue