Merge pull request #4035 from crobibero/api-doc-base-url

Fix apidoc routes with base url
This commit is contained in:
Joshua M. Boniface
2020-09-04 10:30:13 -04:00
committed by GitHub
9 changed files with 83 additions and 226 deletions

View File

@@ -166,12 +166,6 @@ namespace MediaBrowser.Model.Configuration
/// <value><c>true</c> if [enable dashboard response caching]; otherwise, <c>false</c>.</value>
public bool EnableDashboardResponseCaching { get; set; }
/// <summary>
/// Gets or sets a custom path to serve the dashboard from.
/// </summary>
/// <value>The dashboard source path, or null if the default path should be used.</value>
public string DashboardSourcePath { get; set; }
/// <summary>
/// Gets or sets the image saving convention.
/// </summary>