|
|
@ -149,9 +149,9 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
public bool EnableDashboardResponseCaching { get; set; }
|
|
|
|
public bool EnableDashboardResponseCaching { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Allows the dashboard to be served from a custom path.
|
|
|
|
/// Gets or sets a custom path to serve the dashboard from.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>The dashboard source path.</value>
|
|
|
|
/// <value>The dashboard source path, or null if the default path should be used.</value>
|
|
|
|
public string DashboardSourcePath { get; set; }
|
|
|
|
public string DashboardSourcePath { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|