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

@@ -642,7 +642,8 @@ namespace MediaBrowser.ServerApplication
CanSelfUpdate = CanSelfUpdate,
WanAddress = GetWanAddress(),
HasUpdateAvailable = _hasUpdateAvailable,
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup,
TranscodingTempPath = ApplicationPaths.TranscodingTempPath
};
}