diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-09-04 10:30:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 10:30:13 -0400 |
| commit | 376e4793e610838fc05db7fdd0372e5b7e6cb2d6 (patch) | |
| tree | 35c00381359e02bca6d8869d66612ce89a008949 /MediaBrowser.Common/Configuration | |
| parent | 559a7fc336a022c92f63a8d77b6eb3c2f915c290 (diff) | |
| parent | 021e218f754af8a1cf7f35e2a1d8286e813884e1 (diff) | |
Merge pull request #4035 from crobibero/api-doc-base-url
Fix apidoc routes with base url
Diffstat (limited to 'MediaBrowser.Common/Configuration')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index 4cea61682..57c654667 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -1,5 +1,3 @@ -using MediaBrowser.Model.Configuration; - namespace MediaBrowser.Common.Configuration { /// <summary> @@ -17,8 +15,7 @@ namespace MediaBrowser.Common.Configuration /// Gets the path to the web UI resources folder. /// </summary> /// <remarks> - /// This value is not relevant if the server is configured to not host any static web content. Additionally, - /// the value for <see cref="ServerConfiguration.DashboardSourcePath"/> takes precedence over this one. + /// This value is not relevant if the server is configured to not host any static web content. /// </remarks> string WebPath { get; } |
