mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
actually disable DLNA...
This commit is contained in:
parent
b4954985be
commit
007856e61a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Emby.Dlna.Configuration
|
|||
public DlnaOptions()
|
||||
{
|
||||
EnablePlayTo = true;
|
||||
EnableServer = true;
|
||||
EnableServer = false;
|
||||
BlastAliveMessages = true;
|
||||
SendOnlyMatchedHost = true;
|
||||
ClientDiscoveryIntervalSeconds = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue