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;