mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-03 19:09:56 -04:00
Fixed: Mailgun On Download Message
This commit is contained in:
committed by
Robin Dadswell
parent
3ce83d0cb4
commit
4e1aa5b946
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Mailgun
|
||||
|
||||
public override void OnDownload(DownloadMessage downloadMessage)
|
||||
{
|
||||
_proxy.SendNotification(MOVIE_GRABBED_TITLE, downloadMessage.Message, Settings);
|
||||
_proxy.SendNotification(downloadMessage.OldMovieFiles.Count > 0 ? MOVIE_UPGRADED_TITLE : MOVIE_DOWNLOADED_TITLE, downloadMessage.Message, Settings);
|
||||
}
|
||||
|
||||
public override void OnMovieFileDelete(MovieFileDeleteMessage deleteMessage)
|
||||
|
||||
Reference in New Issue
Block a user