Implement review feedback

This commit is contained in:
Joshua Boniface
2019-03-12 09:18:45 -04:00
parent 5f7524aca2
commit 3c4043199a
7 changed files with 10 additions and 10 deletions

View File

@@ -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>