Enable Play To by default

pull/702/head
Luke Pulverenti 11 years ago
parent bf30936550
commit 4e6d306d00

@ -5,5 +5,10 @@ namespace MediaBrowser.Model.Configuration
{ {
public bool EnablePlayTo { get; set; } public bool EnablePlayTo { get; set; }
public bool EnablePlayToDebugLogging { get; set; } public bool EnablePlayToDebugLogging { get; set; }
public DlnaOptions()
{
EnablePlayTo = true;
}
} }
} }

Loading…
Cancel
Save