mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Added metadata options to settings #ND-21
New: Metadata file creation for XBMC
This commit is contained in:
parent
2e9cf66b57
commit
5c49ac6b29
7 changed files with 108 additions and 62 deletions
|
@ -501,20 +501,6 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("PlexPassword", value); }
|
||||
}
|
||||
|
||||
public virtual Boolean MetadataEnabled
|
||||
{
|
||||
get { return GetValueBoolean("MetadataEnabled"); }
|
||||
|
||||
set { SetValue("MetadataEnabled", value); }
|
||||
}
|
||||
|
||||
public virtual Boolean MetadataXbmcEnabled
|
||||
{
|
||||
get { return GetValueBoolean("MetadataXbmcEnabled"); }
|
||||
|
||||
set { SetValue("MetadataXbmcEnabled", value); }
|
||||
}
|
||||
|
||||
public virtual Boolean MetadataUseBanners
|
||||
{
|
||||
get { return GetValueBoolean("MetadataUseBanners"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue