aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-28 23:12:39 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-28 23:12:39 -0500
commitbe36f1ef4cd133b727f2d455537f23d8a096a7ad (patch)
tree118de61458453b96cbc0a328178e6ec8bb122bf6 /MediaBrowser.Model/System
parent4aaf10cb1e3682f23c6a90e0a9fcd3a999ff9e9c (diff)
Added ServerName
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index 24707b29b..ec31c5529 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -147,6 +147,12 @@ namespace MediaBrowser.Model.System
public bool SupportsAutoRunAtStartup { get; set; }
/// <summary>
+ /// Gets or sets the name of the server.
+ /// </summary>
+ /// <value>The name of the server.</value>
+ public string ServerName { get; set; }
+
+ /// <summary>
/// Initializes a new instance of the <see cref="SystemInfo" /> class.
/// </summary>
public SystemInfo()