aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-18 14:25:20 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-18 14:25:20 -0500
commit5ca7d6355684b1599a0ceb952b93e25e74e6c098 (patch)
tree6da976b938bf24ce17c93e0016a1c16bc1735284 /MediaBrowser.Model/System/SystemInfo.cs
parent2170a25858fb762a87799aaf1cb9af653503933f (diff)
added dashboard info page
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 5fc5f363b6..3082e80b63 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -109,7 +109,13 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The log path.</value>
public string LogPath { get; set; }
-
+
+ /// <summary>
+ /// Gets or sets the transcoding temporary path.
+ /// </summary>
+ /// <value>The transcoding temporary path.</value>
+ public string TranscodingTempPath { get; set; }
+
/// <summary>
/// Gets or sets the HTTP server port number.
/// </summary>