From 0562b4cf6f101b95ae7172045262f4ae3e85e09d Mon Sep 17 00:00:00 2001 From: sparky8251 Date: Thu, 19 Sep 2019 10:55:58 -0400 Subject: Remove WAN IP Detection --- MediaBrowser.Model/System/PublicSystemInfo.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'MediaBrowser.Model/System') diff --git a/MediaBrowser.Model/System/PublicSystemInfo.cs b/MediaBrowser.Model/System/PublicSystemInfo.cs index d6e031e42..23f6d378c 100644 --- a/MediaBrowser.Model/System/PublicSystemInfo.cs +++ b/MediaBrowser.Model/System/PublicSystemInfo.cs @@ -8,12 +8,6 @@ namespace MediaBrowser.Model.System /// The local address. public string LocalAddress { get; set; } - /// - /// Gets or sets the wan address. - /// - /// The wan address. - public string WanAddress { get; set; } - /// /// Gets or sets the name of the server. /// @@ -25,7 +19,7 @@ namespace MediaBrowser.Model.System /// /// The version. public string Version { get; set; } - + /// /// The product name. This is the AssemblyProduct name. /// -- cgit v1.2.3