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

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