mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Disable UPnP by default
This commit is contained in:
@@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
AutoRunWebApp = true;
|
||||
EnableRemoteAccess = true;
|
||||
|
||||
EnableUPnP = true;
|
||||
EnableUPnP = false;
|
||||
MinResumePct = 5;
|
||||
MaxResumePct = 90;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user