Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling

pull/1689/head
Taloth Saldono 5 years ago committed by Qstick
parent a229062e6f
commit c402a831f8

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

Loading…
Cancel
Save