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