Enable Play To by default
This commit is contained in:
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…
Reference in New Issue
Block a user