mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
New: Xbmc setting to update the library even when a video is playing.
This commit is contained in:
parent
109904ccc8
commit
ba3b034a3c
3 changed files with 11 additions and 0 deletions
|
@ -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?")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue