aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration/IApplicationPaths.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
-rw-r--r--MediaBrowser.Common/Configuration/IApplicationPaths.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
index 4cea61682..1370e6d79 100644
--- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs
+++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
@@ -1,4 +1,4 @@
-using MediaBrowser.Model.Configuration;
+#nullable disable
namespace MediaBrowser.Common.Configuration
{
@@ -17,8 +17,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; }