From b318f335991167102a5fa8d65030d200bbec898d Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sat, 25 Jan 2025 17:34:06 +0100 Subject: Remove the ability to auto port forward (#13222) --- MediaBrowser.Common/Net/NetworkConfiguration.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Common/Net/NetworkConfiguration.cs') diff --git a/MediaBrowser.Common/Net/NetworkConfiguration.cs b/MediaBrowser.Common/Net/NetworkConfiguration.cs index 61a51c99e..053357296 100644 --- a/MediaBrowser.Common/Net/NetworkConfiguration.cs +++ b/MediaBrowser.Common/Net/NetworkConfiguration.cs @@ -110,6 +110,7 @@ public class NetworkConfiguration /// /// Gets or sets a value indicating whether to enable automatic port forwarding. /// + [Obsolete("No longer supported")] public bool EnableUPnP { get; set; } /// -- cgit v1.2.3