mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 14:59:16 +00:00
Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling
This commit is contained in:
@@ -12,6 +12,7 @@ using NzbDrone.Core.Messaging.Events;
|
||||
namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
{
|
||||
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
||||
IExecute<CheckForFinishedDownloadCommand>,
|
||||
IHandle<BookGrabbedEvent>,
|
||||
IHandle<TrackImportedEvent>,
|
||||
IHandle<DownloadsProcessedEvent>,
|
||||
|
||||
Reference in New Issue
Block a user