mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
New: Xbmc setting to update the library even when a video is playing.
This commit is contained in:
@@ -152,6 +152,7 @@ namespace NzbDrone.Web.Controllers
|
||||
XbmcHosts = _configProvider.XbmcHosts,
|
||||
XbmcUsername = _configProvider.XbmcUsername,
|
||||
XbmcPassword = _configProvider.XbmcPassword,
|
||||
XbmcUpdateWhenPlaying = _configProvider.XbmcUpdateWhenPlaying,
|
||||
SmtpEnabled = _externalNotificationProvider.GetSettings(typeof(Smtp)).Enable,
|
||||
SmtpNotifyOnGrab = _configProvider.SmtpNotifyOnGrab,
|
||||
SmtpNotifyOnDownload = _configProvider.SmtpNotifyOnGrab,
|
||||
@@ -502,6 +503,7 @@ namespace NzbDrone.Web.Controllers
|
||||
_configProvider.XbmcHosts = data.XbmcHosts;
|
||||
_configProvider.XbmcUsername = data.XbmcUsername;
|
||||
_configProvider.XbmcPassword = data.XbmcPassword;
|
||||
_configProvider.XbmcUpdateWhenPlaying = data.XbmcUpdateWhenPlaying;
|
||||
|
||||
//SMTP
|
||||
var smtpSettings = _externalNotificationProvider.GetSettings(typeof(Smtp));
|
||||
|
Reference in New Issue
Block a user