mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 19:54:47 +01:00
Open the Swagger API page on server start if not hosting the static web content
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user