mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15638] [MERGED] Remove special client behavior for API response fields #14370
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/15638
Author: @nielsvanvelzen
Created: 11/27/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @crobibero
Base:
master← Head:no-client-dto-behavior📝 Commits (1)
be8002cRemove DtoExtensions.AddClientFields📊 Changes
19 files changed (+22 additions, -110 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ArtistsController.cs(+1 -3)📝
Jellyfin.Api/Controllers/CollectionController.cs(+1 -1)📝
Jellyfin.Api/Controllers/GenresController.cs(+1 -3)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+0 -7)📝
Jellyfin.Api/Controllers/ItemsController.cs(+0 -2)📝
Jellyfin.Api/Controllers/LibraryController.cs(+5 -6)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+2 -9)📝
Jellyfin.Api/Controllers/MoviesController.cs(+1 -2)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+1 -2)📝
Jellyfin.Api/Controllers/PersonsController.cs(+1 -3)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+0 -1)📝
Jellyfin.Api/Controllers/StudiosController.cs(+1 -2)📝
Jellyfin.Api/Controllers/SuggestionsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/TvShowsController.cs(+0 -4)📝
Jellyfin.Api/Controllers/UserLibraryController.cs(+5 -6)📝
Jellyfin.Api/Controllers/UserViewsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/VideosController.cs(+0 -1)📝
Jellyfin.Api/Controllers/YearsController.cs(+1 -3)📝
Jellyfin.Api/Extensions/DtoExtensions.cs(+0 -53)📄 Description
Clients are responsible for collection the item fields they need, the server shouldn't decide that for them.
Note that Android TV hasn't used the name "androidtv" (without space) for quite some time now. The only clients this might affect are Kodi/Roku, in which case we'll need to update them before 10.12.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.