mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added hidden option to allow updating of XBMC even if video is playing.
This commit is contained in:
parent
e4985cbd66
commit
b8559ccec3
2 changed files with 29 additions and 14 deletions
|
@ -230,6 +230,13 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("XbmcCleanLibrary", value); }
|
||||
}
|
||||
|
||||
public virtual Boolean XbmcUpdateWhenPlaying
|
||||
{
|
||||
get { return GetValueBoolean("XbmcUpdateWhenPlaying"); }
|
||||
|
||||
set { SetValue("XbmcUpdateWhenPlaying", value); }
|
||||
}
|
||||
|
||||
public virtual string XbmcHosts
|
||||
{
|
||||
get { return GetValue("XbmcHosts", "localhost:8080"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue