diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-25 17:01:57 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-25 17:01:57 +0100 |
| commit | 1b5999a1bc11ee386131e4bbce561896c0e1bced (patch) | |
| tree | 1985156876bd209c536dd7522a842b7733693076 /MediaBrowser.Controller | |
| parent | 26af5ea45a8ea02b7a3f20b0ebc31ef19f850dea (diff) | |
Open the Swagger API page on server start if not hosting the static web content
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 25f0905eb8..134ed110ba 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -17,6 +17,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> /// <returns>SystemInfo.</returns> |
