mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Disable UPnP by default
This commit is contained in:
parent
1c38983ab4
commit
c78413cf7c
@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
AutoRunWebApp = true;
|
||||
EnableRemoteAccess = true;
|
||||
|
||||
EnableUPnP = true;
|
||||
EnableUPnP = false;
|
||||
MinResumePct = 5;
|
||||
MaxResumePct = 90;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user