diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-11 23:59:22 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-11 23:59:22 -0500 |
| commit | 6f2d87a0f98704f63f8d37229017cdb8fae1acf1 (patch) | |
| tree | b2b78015920018c0d701c94fdcd8510d9239bc0a /MediaBrowser.Model | |
| parent | cec3d7e6b4cb2805e9fa0b1028d0dbb8eb3d95fb (diff) | |
| parent | b30bd9a1dfc52ff4581183acf5ddb214efc518da (diff) | |
Merge pull request #1444 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model')
| -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; } |
