aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-01-09 23:35:05 +0900
committerdkanada <dkanada@users.noreply.github.com>2019-01-09 23:35:05 +0900
commit9de66e9e874bd6c18b4305687ab0dd364b472c53 (patch)
tree25997c573fbe88675f88ff460c05d5747c23e736 /MediaBrowser.Controller/IServerApplicationPaths.cs
parentdbceef97fd070fb0d6096187e7ba60ad3fd924b5 (diff)
add jellyfin-web as submodule
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs1
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; }