aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-30 13:32:39 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-30 13:32:39 -0500
commit58f1a314b5ef3d13c2bc034f8a8949d9e88d1c20 (patch)
treecae5544871563ceacd3fefe0fdecee812766af0e /MediaBrowser.Model/System/SystemInfo.cs
parent45a4d25e2615e5ec05befc61560ad54b419504eb (diff)
update to service stack 3.0.70.0
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index 9491139db..6a17ad133 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -93,6 +93,18 @@ namespace MediaBrowser.Model.System
public string ProgramDataPath { get; set; }
/// <summary>
+ /// Gets or sets the items by name path.
+ /// </summary>
+ /// <value>The items by name path.</value>
+ public string ItemsByNamePath { get; set; }
+
+ /// <summary>
+ /// Gets or sets the log path.
+ /// </summary>
+ /// <value>The log path.</value>
+ public string LogPath { get; set; }
+
+ /// <summary>
/// Gets or sets the HTTP server port number.
/// </summary>
/// <value>The HTTP server port number.</value>