diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-03-12 12:51:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-12 12:51:11 -0400 |
| commit | 6751560228d8d48970ab5ae51f0f73c505f8e137 (patch) | |
| tree | e3ecd8c17be990fc36b2f866734ed987c7ce5b32 /MediaBrowser.Model | |
| parent | 2012eb5e11f1c6a1d75ffbbfa99c5c08ef856c2b (diff) | |
| parent | 3c4043199accbfe7995dd6060c89fc837300884a (diff) | |
Merge pull request #1092 from joshuaboniface/configurable-webdir
Add configurable webdir option
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..222c10798 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 UI resources path. + /// </summary> + /// <value>The web UI 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> |
