1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-25 15:22:42 +00:00

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 Qstick
parent a229062e6f
commit c402a831f8

View file

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