mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Rework Tests for Music, Start TV Code Cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
{
|
||||
public class DownloadMonitoringService : IExecute<CheckForFinishedDownloadCommand>,
|
||||
IHandle<AlbumGrabbedEvent>,
|
||||
IHandle<EpisodeImportedEvent>,
|
||||
IHandle<TrackImportedEvent>,
|
||||
IHandle<TrackedDownloadsRemovedEvent>
|
||||
|
||||
{
|
||||
@@ -170,7 +170,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
_refreshDebounce.Execute();
|
||||
}
|
||||
|
||||
public void Handle(EpisodeImportedEvent message)
|
||||
public void Handle(TrackImportedEvent message)
|
||||
{
|
||||
_refreshDebounce.Execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user