diff options
| author | sparky8251 <sparky@possumlodge.me> | 2019-09-19 10:55:58 -0400 |
|---|---|---|
| committer | sparky8251 <sparky@possumlodge.me> | 2019-09-19 10:55:58 -0400 |
| commit | 0562b4cf6f101b95ae7172045262f4ae3e85e09d (patch) | |
| tree | ae364ffad59fd87e06967bb976d3c43ed04926b3 /MediaBrowser.Model/System/PublicSystemInfo.cs | |
| parent | 8ba86fe27220cc196fc0ee4e559944b18fc17eba (diff) | |
Remove WAN IP Detection
Diffstat (limited to 'MediaBrowser.Model/System/PublicSystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/PublicSystemInfo.cs | 8 |
1 files changed, 1 insertions, 7 deletions
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 @@ -9,12 +9,6 @@ namespace MediaBrowser.Model.System public string LocalAddress { get; set; } /// <summary> - /// Gets or sets the wan address. - /// </summary> - /// <value>The wan address.</value> - public string WanAddress { get; set; } - - /// <summary> /// Gets or sets the name of the server. /// </summary> /// <value>The name of the server.</value> @@ -25,7 +19,7 @@ namespace MediaBrowser.Model.System /// </summary> /// <value>The version.</value> public string Version { get; set; } - + /// <summary> /// The product name. This is the AssemblyProduct name. /// </summary> |
