mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
New: Include renamed file information for Webhook and Custom Scripts
Closes #3927 (cherry picked from commit 3c45349404f59064d1c8db0549401189c456e4c0)
This commit is contained in:
@@ -152,7 +152,7 @@ namespace NzbDrone.Core.Notifications
|
||||
{
|
||||
if (ShouldHandleMovie(notification.Definition, message.Movie))
|
||||
{
|
||||
notification.OnMovieRename(message.Movie);
|
||||
notification.OnMovieRename(message.Movie, message.RenamedFiles);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user