aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index 134ed110ba..25f0905eb8 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -17,11 +17,6 @@ namespace MediaBrowser.Controller
event EventHandler HasUpdateAvailableChanged;
/// <summary>
- /// Gets a value indicating whether the server is hosting the static web content from jellyfin-web.
- /// </summary>
- bool IsHostingContent { get; }
-
- /// <summary>
/// Gets the system info.
/// </summary>
/// <returns>SystemInfo.</returns>