Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling

This commit is contained in:
Taloth Saldono 2020-01-05 14:37:52 +01:00 committed by ta264
parent 921bfdb20d
commit 84faeca0d3

View file

@ -12,6 +12,7 @@
namespace NzbDrone.Core.Download.TrackedDownloads
{
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
IExecute<CheckForFinishedDownloadCommand>,
IHandle<BookGrabbedEvent>,
IHandle<TrackImportedEvent>,
IHandle<DownloadsProcessedEvent>,