mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-07 15:02:54 +00:00
Fixed email notify on download issue
Fixed: Email, notify on download shows the proper saved value when reloaded
This commit is contained in:
parent
c616d0cd84
commit
a26840fb60
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public ActionResult Notifications()
|
|||
XbmcUpdateWhenPlaying = _configProvider.XbmcUpdateWhenPlaying,
|
||||
SmtpEnabled = _externalNotificationProvider.GetSettings(typeof(Smtp)).Enable,
|
||||
SmtpNotifyOnGrab = _configProvider.SmtpNotifyOnGrab,
|
||||
SmtpNotifyOnDownload = _configProvider.SmtpNotifyOnGrab,
|
||||
SmtpNotifyOnDownload = _configProvider.SmtpNotifyOnDownload,
|
||||
SmtpServer = _configProvider.SmtpServer,
|
||||
SmtpPort = _configProvider.SmtpPort,
|
||||
SmtpUseSsl = _configProvider.SmtpUseSsl,
|
||||
|
|
Loading…
Reference in a new issue