diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-03-10 17:04:18 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-03-10 17:04:18 -0400 |
| commit | 132ce3ece14ff7ca756c81e0a12172744c5c50aa (patch) | |
| tree | 943188814cab48ae374bdcca15bf92af5952748c /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | |
| parent | 25deca95793581df85dab8c454d53a1d07a6ab53 (diff) | |
Add further resources to complete WebPath
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs index 3ee09c9c0..fd9ce3a36 100644 --- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs +++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs @@ -36,6 +36,12 @@ namespace Emby.Server.Implementations.AppBase public string ProgramDataPath { get; private set; } /// <summary> + /// Gets the path to the web resources folder + /// </summary> + /// <value>The web resources path.</value> + public string WebPath { get; set; } + + /// <summary> /// Gets the path to the system folder /// </summary> public string ProgramSystemPath { get; } = AppContext.BaseDirectory; |
