diff options
| author | LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | 2019-03-16 00:25:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-16 00:25:16 -0700 |
| commit | 2d0844b5dbf08869896c5479c10675c4fe7fa988 (patch) | |
| tree | dea28b14d2b1733edf1a90a46f4163f6123616fe /MediaBrowser.Common/Configuration/IApplicationPaths.cs | |
| parent | 221389089cc9ca4b69907d6bf3e9d38bf94393ea (diff) | |
| parent | 59031ee3b8b2ac8298c41f9171b658e3f15e17bc (diff) | |
Merge pull request #1 from jellyfin/master
merging myself to latest
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index cb4e8bf5f..fd11bf904 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 UI resources folder + /// </summary> + /// <value>The web UI resources path.</value> + string WebPath { get; } + + /// <summary> /// Gets the path to the program system folder /// </summary> /// <value>The program data path.</value> |
