|
|
@ -12,6 +12,7 @@ using NzbDrone.Core.Messaging.Events;
|
|
|
|
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>,
|
|
|
|