From 8e2d244749d7aaec08ff10149674bbb75833b130 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 24 Sep 2014 18:47:03 -0400 Subject: rework apiclient startup --- MediaBrowser.Model/System/SystemInfo.cs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index b348277c3..152448330 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -32,12 +32,6 @@ namespace MediaBrowser.Model.System /// The mac address. public string MacAddress { get; set; } - /// - /// Gets or sets the local address. - /// - /// The local address. - public string LocalAddress { get; set; } - /// /// Gets or sets a value indicating whether this instance has pending restart. /// @@ -134,12 +128,6 @@ namespace MediaBrowser.Model.System /// The HTTP server port number. public int HttpServerPortNumber { get; set; } - /// - /// Gets or sets the wan address. - /// - /// The wan address. - public string WanAddress { get; set; } - /// /// Gets or sets a value indicating whether this instance has update available. /// @@ -167,6 +155,18 @@ namespace MediaBrowser.Model.System public class PublicSystemInfo { + /// + /// Gets or sets the local address. + /// + /// 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. /// -- cgit v1.2.3