aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Configuration
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-03-10 17:04:18 -0400
committerJoshua Boniface <joshua@boniface.me>2019-03-10 17:04:18 -0400
commit132ce3ece14ff7ca756c81e0a12172744c5c50aa (patch)
tree943188814cab48ae374bdcca15bf92af5952748c /MediaBrowser.Common/Configuration
parent25deca95793581df85dab8c454d53a1d07a6ab53 (diff)
Add further resources to complete WebPath
Diffstat (limited to 'MediaBrowser.Common/Configuration')
-rw-r--r--MediaBrowser.Common/Configuration/IApplicationPaths.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
index cb4e8bf5f..1f56c98fd 100644
--- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs
+++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs
@@ -12,6 +12,12 @@ namespace MediaBrowser.Common.Configuration
string ProgramDataPath { get; }
/// <summary>
+ /// Gets the path to the web resources folder
+ /// </summary>
+ /// <value>The web resources path.</value>
+ string WebPath { get; }
+
+ /// <summary>
/// Gets the path to the program system folder
/// </summary>
/// <value>The program data path.</value>