diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-06 00:03:56 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-16 22:41:19 -0400 |
| commit | c78413cf7cee018d50bce8e02d9cb7e3e5626d90 (patch) | |
| tree | da02c5cf6e6bd6078551fbf6ce3a9cfb2a48012a | |
| parent | 1c38983ab4625daf9e51684ead7c894abc236cc2 (diff) | |
Disable UPnP by default
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 3107ec242..9983aa0e0 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration AutoRunWebApp = true; EnableRemoteAccess = true; - EnableUPnP = true; + EnableUPnP = false; MinResumePct = 5; MaxResumePct = 90; |
