diff options
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 5fc5f363b..3082e80b6 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> |
