mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
New: Xbmc setting to update the library even when a video is playing.
This commit is contained in:
@@ -48,6 +48,10 @@ namespace NzbDrone.Web.Models
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
public string XbmcPassword { get; set; }
|
||||
|
||||
[DisplayName("Always Update")]
|
||||
[Description("Update Library even when a video is playing?")]
|
||||
public bool XbmcUpdateWhenPlaying { get; set; }
|
||||
|
||||
//SMTP
|
||||
[DisplayName("Enabled")]
|
||||
[Description("Enable Email notifications?")]
|
||||
|
Reference in New Issue
Block a user