diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 23:33:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 23:33:14 -0500 |
| commit | e04582c9d2c0e0081ff717e07d6b164205cefd74 (patch) | |
| tree | 6b2000d4222baa93ca6edf0691becf25b109a839 /MediaBrowser.Model/Configuration | |
| parent | 865524da65e13392f2fda94b0c3d9e7c873480e3 (diff) | |
update config pages
Diffstat (limited to 'MediaBrowser.Model/Configuration')
| -rw-r--r-- | MediaBrowser.Model/Configuration/DlnaOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/DlnaOptions.cs b/MediaBrowser.Model/Configuration/DlnaOptions.cs index c1974b877..6eaf01c4a 100644 --- a/MediaBrowser.Model/Configuration/DlnaOptions.cs +++ b/MediaBrowser.Model/Configuration/DlnaOptions.cs @@ -5,7 +5,7 @@ namespace MediaBrowser.Model.Configuration { public bool EnablePlayTo { get; set; } public bool EnableServer { get; set; } - public bool EnableDebugLogging { get; set; } + public bool EnableDebugLog { get; set; } public bool BlastAliveMessages { get; set; } public int ClientDiscoveryIntervalSeconds { get; set; } public int BlastAliveMessageIntervalSeconds { get; set; } |
