mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Fixed email notify on download issue
Fixed: Email, notify on download shows the proper saved value when reloaded
This commit is contained in:
@@ -193,7 +193,7 @@ namespace NzbDrone.Web.Controllers
|
|||||||
XbmcUpdateWhenPlaying = _configProvider.XbmcUpdateWhenPlaying,
|
XbmcUpdateWhenPlaying = _configProvider.XbmcUpdateWhenPlaying,
|
||||||
SmtpEnabled = _externalNotificationProvider.GetSettings(typeof(Smtp)).Enable,
|
SmtpEnabled = _externalNotificationProvider.GetSettings(typeof(Smtp)).Enable,
|
||||||
SmtpNotifyOnGrab = _configProvider.SmtpNotifyOnGrab,
|
SmtpNotifyOnGrab = _configProvider.SmtpNotifyOnGrab,
|
||||||
SmtpNotifyOnDownload = _configProvider.SmtpNotifyOnGrab,
|
SmtpNotifyOnDownload = _configProvider.SmtpNotifyOnDownload,
|
||||||
SmtpServer = _configProvider.SmtpServer,
|
SmtpServer = _configProvider.SmtpServer,
|
||||||
SmtpPort = _configProvider.SmtpPort,
|
SmtpPort = _configProvider.SmtpPort,
|
||||||
SmtpUseSsl = _configProvider.SmtpUseSsl,
|
SmtpUseSsl = _configProvider.SmtpUseSsl,
|
||||||
|
Reference in New Issue
Block a user