actually disable DLNA...

This commit is contained in:
cvium 2022-06-10 09:04:07 +02:00
parent b4954985be
commit 007856e61a

View File

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