aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-03-12 09:18:45 -0400
committerJoshua Boniface <joshua@boniface.me>2019-03-12 09:18:45 -0400
commit3c4043199accbfe7995dd6060c89fc837300884a (patch)
treecc97b27018fa353ca6e309bc16d32f526fa89078 /MediaBrowser.Common/Configuration
parent5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (diff)
Implement review feedback
Diffstat (limited to 'MediaBrowser.Common/Configuration')
-rw-r--r--MediaBrowser.Common/Configuration/IApplicationPaths.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
index 1f56c98fd..fd11bf904 100644
--- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs
+++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
@@ -12,9 +12,9 @@ namespace MediaBrowser.Common.Configuration
string ProgramDataPath { get; }
/// <summary>
- /// Gets the path to the web resources folder
+ /// Gets the path to the web UI resources folder
/// </summary>
- /// <value>The web resources path.</value>
+ /// <value>The web UI resources path.</value>
string WebPath { get; }
/// <summary>