[PR #3858] [MERGED] Fix startup wizard redirect #9729

Closed
opened 2026-02-07 06:07:26 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix_wizard_redirect


📝 Commits (1)

  • fc01bdb Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3858 **Author:** [@cvium](https://github.com/cvium) **Created:** 8/9/2020 **Status:** ✅ Merged **Merged:** 8/9/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_wizard_redirect` --- ### 📝 Commits (1) - [`fc01bdb`](https://github.com/jellyfin/jellyfin/commit/fc01bdb91ddb14740a9f04d521370d06dd7bcf83) Use GetEncodedPathAndQuery since ASP.NET Request.Path does not contain query parameters ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DashboardController.cs` (+4 -2) </details> ### 📄 Description **Changes** Request.Path only contains the path without query parameters. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:07:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9729