added dashboard info page

This commit is contained in:
Luke Pulverenti
2014-01-18 14:25:20 -05:00
parent 2170a25858
commit 5ca7d63556
6 changed files with 34 additions and 23 deletions

View File

@@ -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>