1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Rename MovieImportedEvent to MovieFileImportedEvent

This commit is contained in:
Qstick
2022-07-02 18:52:01 -05:00
parent 44c912f02d
commit d8af17ce3d
12 changed files with 20 additions and 20 deletions
@@ -17,7 +17,7 @@ namespace NzbDrone.Core.Notifications
public class NotificationService
: IHandle<MovieRenamedEvent>,
IHandle<MovieGrabbedEvent>,
IHandle<MovieImportedEvent>,
IHandle<MovieFileImportedEvent>,
IHandle<MoviesDeletedEvent>,
IHandle<MovieAddedEvent>,
IHandle<MoviesImportedEvent>,
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.Notifications
}
}
public void Handle(MovieImportedEvent message)
public void Handle(MovieFileImportedEvent message)
{
if (!message.NewDownload)
{