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 /MediaBrowser.Model | |
| parent | 25deca95793581df85dab8c454d53a1d07a6ab53 (diff) | |
Add further resources to complete WebPath
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 6482f2c84..fa7262481 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -84,6 +84,12 @@ namespace MediaBrowser.Model.System public string ProgramDataPath { get; set; } /// <summary> + /// Gets or sets the web resources path. + /// </summary> + /// <value>The web resources path.</value> + public string WebPath { get; set; } + + /// <summary> /// Gets or sets the items by name path. /// </summary> /// <value>The items by name path.</value> |
