aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
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 /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
parent5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (diff)
Implement review feedback
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
-rw-r--r--Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
index fd9ce3a36..00cfa0c9a 100644
--- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
+++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
@@ -36,9 +36,9 @@ namespace Emby.Server.Implementations.AppBase
public string ProgramDataPath { get; private set; }
/// <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>
public string WebPath { get; set; }
/// <summary>