diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-09 22:05:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 22:05:11 -0500 |
| commit | 7a832045d6c166bdd59fd43d0166ca309a19193b (patch) | |
| tree | c23f66f307392bbfb9cae9d53c49b50ef28fc25e /MediaBrowser.Controller/IServerApplicationPaths.cs | |
| parent | dbceef97fd070fb0d6096187e7ba60ad3fd924b5 (diff) | |
| parent | f454b753f2a6e4e63d8f22ab0c354d5fa1c16e26 (diff) | |
Merge pull request #424 from dkanada/submodule
add jellyfin-web as submodule
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 5fb7968dd..e97943cbe 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -12,7 +12,6 @@ namespace MediaBrowser.Controller /// <summary> /// Gets the application resources path. This is the path to the folder containing resources that are deployed as part of the application - /// For example, this folder contains dashboard-ui and swagger-ui /// </summary> /// <value>The application resources path.</value> string ApplicationResourcesPath { get; } |
