Remove WAN IP Detection

This commit is contained in:
sparky8251
2019-09-19 10:55:58 -04:00
parent 8ba86fe272
commit 0562b4cf6f
2 changed files with 1 additions and 56 deletions

View File

@@ -8,12 +8,6 @@ namespace MediaBrowser.Model.System
/// <value>The local address.</value>
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>
@@ -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>