mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 11:02:26 +00:00
Enable Play To by default
This commit is contained in:
@@ -5,5 +5,10 @@ namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public bool EnablePlayTo { get; set; }
|
||||
public bool EnablePlayToDebugLogging { get; set; }
|
||||
|
||||
public DlnaOptions()
|
||||
{
|
||||
EnablePlayTo = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user