diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-03-12 09:18:45 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-03-12 09:18:45 -0400 |
| commit | 3c4043199accbfe7995dd6060c89fc837300884a (patch) | |
| tree | cc97b27018fa353ca6e309bc16d32f526fa89078 /MediaBrowser.Model | |
| parent | 5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (diff) | |
Implement review feedback
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 4 |
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> |
