diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-18 14:25:20 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-18 14:25:20 -0500 |
| commit | 5ca7d6355684b1599a0ceb952b93e25e74e6c098 (patch) | |
| tree | 6da976b938bf24ce17c93e0016a1c16bc1735284 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 2170a25858fb762a87799aaf1cb9af653503933f (diff) | |
added dashboard info page
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 8 |
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> |
