diff options
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -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 25f0905eb..134ed110b 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> |
