Open the Swagger API page on server start if not hosting the static web content

This commit is contained in:
Mark Monteiro
2020-02-25 17:01:57 +01:00
parent 26af5ea45a
commit 1b5999a1bc
4 changed files with 23 additions and 1 deletions

View File

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