aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorScottIsAFool <scottisafool@live.co.uk>2013-09-08 08:41:50 +0100
committerScottIsAFool <scottisafool@live.co.uk>2013-09-08 08:41:50 +0100
commit802ec3153da5c3c9c7c66b852beafbe8092c29e7 (patch)
tree5f740eb48928526fd5fb84354164803cae81f857 /MediaBrowser.Model/System/SystemInfo.cs
parentaff1f7604a4e52b54051b482ee22a5afe35ad636 (diff)
parent364d19a273b2decd4d30271e4e02770269f427a5 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index e605a5daa..959ec44c8 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -72,7 +72,13 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The program data path.</value>
public string ProgramDataPath { get; set; }
-
+
+ /// <summary>
+ /// Gets or sets the HTTP server port number.
+ /// </summary>
+ /// <value>The HTTP server port number.</value>
+ public int HttpServerPortNumber { get; set; }
+
/// <summary>
/// Initializes a new instance of the <see cref="SystemInfo"/> class.
/// </summary>