mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3858] [MERGED] Fix startup wizard redirect #9729
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/3858
Author: @cvium
Created: 8/9/2020
Status: ✅ Merged
Merged: 8/9/2020
Merged by: @Bond-009
Base:
master← Head:fix_wizard_redirect📝 Commits (1)
fc01bdbUse GetEncodedPathAndQuery since ASP.NET Request.Path does not contain query parameters📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DashboardController.cs(+4 -2)📄 Description
Changes
Request.Path only contains the path without query parameters.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.