mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
added modular configuration
This commit is contained in:
@@ -28,7 +28,7 @@ namespace MediaBrowser.Dlna.Service
|
||||
{
|
||||
try
|
||||
{
|
||||
if (Config.Configuration.DlnaOptions.EnableDebugLogging)
|
||||
if (Config.GetDlnaConfiguration().EnableDebugLogging)
|
||||
{
|
||||
LogRequest(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user