mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
made dlna logging optional
This commit is contained in:
@@ -4,5 +4,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
public class DlnaOptions
|
||||
{
|
||||
public bool EnablePlayTo { get; set; }
|
||||
public bool EnablePlayToDebugLogging { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user