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:
parent
a229062e6f
commit
c402a831f8
1 changed files with 1 additions and 0 deletions
|
@ -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>,
|
||||||
|
|
Loading…
Reference in a new issue