Use config setting to decide if web content should be hosted

Also fail server startup if web content is expected but missing
This commit is contained in:
Mark Monteiro
2020-02-28 20:49:04 +01:00
parent 3f4b9e9a81
commit 29bad073eb
4 changed files with 18 additions and 21 deletions

View File

@@ -16,11 +16,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>