diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-28 20:49:04 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-11 22:54:54 +0100 |
| commit | 29bad073ebeb10813c6468b6159ce3bd06398134 (patch) | |
| tree | a17f43ec7703d8daf79ebd3561460399b1b68129 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 3f4b9e9a81278c6f5c817036a7ae52b6f70557e4 (diff) | |
Use config setting to decide if web content should be hosted
Also fail server startup if web content is expected but missing
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 134ed110b..25f0905eb 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> |
