From fda7ff5bf2795cb03ee2a5355c8003da31bf24f9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 19 Aug 2014 18:28:35 -0400 Subject: chromecast updates --- MediaBrowser.Model/System/SystemInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/System/SystemInfo.cs') diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 7132d110b..4e0d82191 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -26,6 +26,12 @@ 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. /// -- cgit v1.2.3