mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 03:09:38 +01:00
Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling
This commit is contained in:
parent
921bfdb20d
commit
84faeca0d3
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
{
|
||||
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
||||
IExecute<CheckForFinishedDownloadCommand>,
|
||||
IHandle<BookGrabbedEvent>,
|
||||
IHandle<TrackImportedEvent>,
|
||||
IHandle<DownloadsProcessedEvent>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue