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;
|
AutoRunWebApp = true;
|
||||||
EnableRemoteAccess = true;
|
EnableRemoteAccess = true;
|
||||||
|
|
||||||
EnableUPnP = true;
|
EnableUPnP = false;
|
||||||
MinResumePct = 5;
|
MinResumePct = 5;
|
||||||
MaxResumePct = 90;
|
MaxResumePct = 90;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user