mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Remove CanConnectWithHttps Property
It is only used in one place and only adds confusion by existing
This commit is contained in:
@@ -43,12 +43,6 @@ 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