mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-21 04:02:05 +02: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
|
||||
{
|
||||
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
||||
IExecute<CheckForFinishedDownloadCommand>,
|
||||
IHandle<AlbumGrabbedEvent>,
|
||||
IHandle<TrackImportedEvent>,
|
||||
IHandle<DownloadsProcessedEvent>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue