update config pages

This commit is contained in:
Luke Pulverenti
2016-02-11 23:33:14 -05:00
parent 865524da65
commit e04582c9d2
5 changed files with 9 additions and 9 deletions

View File

@@ -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; }