[PR #15669] [MERGED] Remove legacy API route middleware #14383

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15669
Author: @nielsvanvelzen
Created: 11/30/2025
Status: Merged
Merged: 12/13/2025
Merged by: @crobibero

Base: masterHead: drop-legacy-routes


📝 Commits (1)

  • 615b144 Remove legacy API route middleware

📊 Changes

3 files changed (+0 additions, -69 deletions)

View changed files

Jellyfin.Api/Middleware/LegacyEmbyRouteRewriteMiddleware.cs (+0 -53)
📝 Jellyfin.Server/Extensions/ApiApplicationBuilderExtensions.cs (+0 -13)
📝 Jellyfin.Server/Startup.cs (+0 -3)

📄 Description

Changes

Remove support in the API for prefixing any API route with "/emby/" or "/mediabrowser". From an organization wide search I couldn't find any usages of this anymore, unlike a few years ago when we migrated to ASP.NET.

Issues


🔄 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/15669 **Author:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `drop-legacy-routes` --- ### 📝 Commits (1) - [`615b144`](https://github.com/jellyfin/jellyfin/commit/615b144a2af5a3f456f89d23166c495eb73bb2d3) Remove legacy API route middleware ### 📊 Changes **3 files changed** (+0 additions, -69 deletions) <details> <summary>View changed files</summary> ➖ `Jellyfin.Api/Middleware/LegacyEmbyRouteRewriteMiddleware.cs` (+0 -53) 📝 `Jellyfin.Server/Extensions/ApiApplicationBuilderExtensions.cs` (+0 -13) 📝 `Jellyfin.Server/Startup.cs` (+0 -3) </details> ### 📄 Description **Changes** Remove support in the API for prefixing any API route with "/emby/" or "/mediabrowser". From an organization wide search I couldn't find any usages of this anymore, unlike a few years ago when we migrated to ASP.NET. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 07:29:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14383