mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6871] [MERGED] Only force scheme and port when HTTPS is disallowed #11181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6871
Author: @cvium
Created: 11/19/2021
Status: ✅ Merged
Merged: 11/19/2021
Merged by: @crobibero
Base:
master← Head:fix_localapiurl📝 Commits (1)
a263f39Only force scheme and port when HTTPS is disallowed📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+3 -3)📄 Description
It shouldn't force a scheme and/or port when https is allowed. The call to
GetLocalApiUrlwill decide that.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.