mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Add CanConnectWithHttps to interface
This commit is contained in:
@@ -43,6 +43,12 @@ namespace MediaBrowser.Controller
|
||||
/// </summary>
|
||||
bool ListenWithHttps { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether a client can connect to the server over HTTPS, either directly or via a
|
||||
/// reverse proxy.
|
||||
/// </summary>
|
||||
bool CanConnectWithHttps { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance has update available.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user