diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-16 10:18:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-16 10:18:09 -0400 |
| commit | cc403f2c2fcc0fed14539bd075fb219ad48160a6 (patch) | |
| tree | 9aa49a443f05a4dd51858b88703069febb218d00 /MediaBrowser.Model/System | |
| parent | e04e9e8a703c3cec820bee412248e1488f25e028 (diff) | |
added mac address to system info
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 37aa86047..e605a5daa 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -14,6 +14,12 @@ namespace MediaBrowser.Model.System public string Version { get; set; } /// <summary> + /// Gets or sets the mac address. + /// </summary> + /// <value>The mac address.</value> + public string MacAddress { get; set; } + + /// <summary> /// Gets or sets a value indicating whether this instance has pending restart. /// </summary> /// <value><c>true</c> if this instance has pending restart; otherwise, <c>false</c>.</value> |
