actually disable DLNA...

pull/7868/head
cvium 2 years ago
parent b4954985be
commit 007856e61a

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

Loading…
Cancel
Save