diff options
| author | crobibero <cody@robibe.ro> | 2020-09-02 08:03:15 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-02 08:03:15 -0600 |
| commit | 1feee6f95e00cf579ab16c7ca004947534545d9b (patch) | |
| tree | b3d0e63ed2f163317894c1353b631979bbafb815 /MediaBrowser.Common/Configuration/IApplicationPaths.cs | |
| parent | 0b38ac9a8a141149dfe5531c4f96b4d462939aaa (diff) | |
Properly host static files and set base url
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
| -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; } |
