mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15669] [MERGED] Remove legacy API route middleware #14383
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/15669
Author: @nielsvanvelzen
Created: 11/30/2025
Status: ✅ Merged
Merged: 12/13/2025
Merged by: @crobibero
Base:
master← Head:drop-legacy-routes📝 Commits (1)
615b144Remove 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.