Added DashboardSourcePath config setting for easier development

This commit is contained in:
Luke Pulverenti
2013-04-06 14:30:36 -04:00
parent bdcb329b1d
commit 5e5302a796
2 changed files with 39 additions and 9 deletions

View File

@@ -268,7 +268,14 @@ namespace MediaBrowser.Model.Configuration
/// <value><c>true</c> if [enable dashboard response caching]; otherwise, <c>false</c>.</value>
[ProtoMember(61)]
public bool EnableDashboardResponseCaching { get; set; }
/// <summary>
/// Allows the dashboard to be served from a custom path.
/// </summary>
/// <value>The dashboard source path.</value>
[ProtoMember(62)]
public string DashboardSourcePath { get; set; }
// Next Proto number ====> 62
/// <summary>