mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ using NzbDrone.Core.Messaging.Events;
|
||||
namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
{
|
||||
public class DownloadMonitoringService : IExecute<RefreshMonitoredDownloadsCommand>,
|
||||
IHandle<AlbumGrabbedEvent>,
|
||||
IHandle<BookGrabbedEvent>,
|
||||
IHandle<TrackImportedEvent>,
|
||||
IHandle<DownloadsProcessedEvent>,
|
||||
IHandle<TrackedDownloadsRemovedEvent>
|
||||
@@ -159,7 +159,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
Refresh();
|
||||
}
|
||||
|
||||
public void Handle(AlbumGrabbedEvent message)
|
||||
public void Handle(BookGrabbedEvent message)
|
||||
{
|
||||
_refreshDebounce.Execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user