mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 08:55:20 +01:00
Apply style change
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
0157326354
commit
23c8ecff37
1 changed files with 1 additions and 1 deletions
|
|
@ -1475,7 +1475,7 @@ namespace Emby.Server.Implementations
|
|||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public string GetLocalApiUrl(ReadOnlySpan<char> host, bool forceHttp=false)
|
||||
public string GetLocalApiUrl(ReadOnlySpan<char> host, bool forceHttp = false)
|
||||
{
|
||||
var url = new StringBuilder(64);
|
||||
bool useHttps = EnableHttps && !forceHttp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue