aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/PublicSystemInfo.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-09-28 18:08:10 -0400
committerGitHub <noreply@github.com>2019-09-28 18:08:10 -0400
commitc069496b2740315ca9db406d5eddde2af6aa894c (patch)
tree8eaab77611071200292998327063ba9df5bf0ee1 /MediaBrowser.Model/System/PublicSystemInfo.cs
parentc1e8087b114bf55dc1ed873b45ad83d726057b2f (diff)
parent208c8b2b9daa13e4980833676a9d60926e03a84b (diff)
Merge pull request #1770 from sparky8251/remove-wan-ip
Remove WAN IP Detection
Diffstat (limited to 'MediaBrowser.Model/System/PublicSystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/PublicSystemInfo.cs8
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>