mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user