Add further resources to complete WebPath

This commit is contained in:
Joshua Boniface
2019-03-10 17:04:18 -04:00
parent 25deca9579
commit 132ce3ece1
6 changed files with 28 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ namespace Emby.Server.Implementations
/// <value>The root folder path.</value>
public string RootFolderPath => Path.Combine(ProgramDataPath, "root");
/* /// <summary>
/// Gets the path to the Web resources
/// </summary>
/// <value>The web folder path.</value>
public string WebPath => WebPath; */
/// <summary>
/// Gets the path to the default user view directory. Used if no specific user view is defined.
/// </summary>