[PR #3819] Api migration cleanup #9709

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3819

State: closed
Merged: Yes


Remove leading slash on [Route] attributes to support baseUrl.
Standardize controller attribute ordering
Remove references to MediaBrowser.Api

Web doesn't currently load if BaseUrl is set.

[Route("")] allows the controller to set the full route. Having the leading slash in the endpoint route didn't allow for baseUrl.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3819 **State:** closed **Merged:** Yes --- Remove leading slash on `[Route]` attributes to support baseUrl. Standardize controller attribute ordering Remove references to MediaBrowser.Api ~Web doesn't currently load if BaseUrl is set.~ `[Route("")]` allows the controller to set the full route. Having the leading slash in the endpoint route didn't allow for baseUrl.
OVERLORD added the pull-request label 2026-02-07 06:07:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9709