diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-05-24 22:11:52 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-05-24 22:11:52 -0400 |
| commit | a4260a2cbcdfa20eea7ab45899e1427943f52082 (patch) | |
| tree | 2f267b1853b29500d07430d03a2b18447df184d9 /MediaBrowser.Model/Configuration/FanartOptions.cs | |
| parent | ba819f2e9503fa76c9eaec6d865263e71bf5913d (diff) | |
| parent | cc19c762b419fe427abb8d03a2625e2be796e443 (diff) | |
Merge pull request #1778 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Configuration/FanartOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/FanartOptions.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Configuration/FanartOptions.cs b/MediaBrowser.Model/Configuration/FanartOptions.cs index e992abe5d..6924b25d7 100644 --- a/MediaBrowser.Model/Configuration/FanartOptions.cs +++ b/MediaBrowser.Model/Configuration/FanartOptions.cs @@ -4,11 +4,6 @@ namespace MediaBrowser.Model.Configuration public class FanartOptions { /// <summary> - /// Gets or sets a value indicating whether [enable automatic updates]. - /// </summary> - /// <value><c>true</c> if [enable automatic updates]; otherwise, <c>false</c>.</value> - public bool EnableAutomaticUpdates { get; set; } - /// <summary> /// Gets or sets the user API key. /// </summary> /// <value>The user API key.</value> |
