aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
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.Model
parent5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (diff)
Implement review feedback
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index fa7262481..222c10798 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -84,9 +84,9 @@ namespace MediaBrowser.Model.System
public string ProgramDataPath { get; set; }
/// <summary>
- /// Gets or sets the web resources path.
+ /// Gets or sets the web UI resources path.
/// </summary>
- /// <value>The web resources path.</value>
+ /// <value>The web UI resources path.</value>
public string WebPath { get; set; }
/// <summary>