浏览代码

actually disable DLNA...

cvium 3 年之前
父节点
当前提交
007856e61a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Dlna/Configuration/DlnaOptions.cs

+ 1 - 1
Emby.Dlna/Configuration/DlnaOptions.cs

@@ -13,7 +13,7 @@ namespace Emby.Dlna.Configuration
         public DlnaOptions()
         {
             EnablePlayTo = true;
-            EnableServer = true;
+            EnableServer = false;
             BlastAliveMessages = true;
             SendOnlyMatchedHost = true;
             ClientDiscoveryIntervalSeconds = 60;