Merge pull request #1770 from sparky8251/remove-wan-ip

Remove WAN IP Detection
This commit is contained in:
Joshua M. Boniface
2019-09-28 18:08:10 -04:00
committed by GitHub
2 changed files with 1 additions and 82 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>