diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-03-14 01:10:49 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-03-14 01:10:49 -0400 |
| commit | cdf869e9346bb7f7a0c2338174be339bb43ca67e (patch) | |
| tree | ec6196125897f306f81da753b4b267704492c096 /MediaBrowser.Model/Configuration | |
| parent | 38d4efabbb85fc7db8e74a13fcadb30c17f066b6 (diff) | |
| parent | 3bae86ae4174cc7f4c0968c5d4a18f38520e605e (diff) | |
Merge pull request #1548 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Configuration')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 64edbdea9..009068dea 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -207,7 +207,8 @@ namespace MediaBrowser.Model.Configuration public bool DownloadImagesInAdvance { get; set; } public bool EnableAnonymousUsageReporting { get; set; } - + public bool EnableStandaloneMusicKeys { get; set; } + /// <summary> /// Initializes a new instance of the <see cref="ServerConfiguration" /> class. /// </summary> |
