mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13396] [MERGED] Make the JsonConverters for delimited arrays more generic #13558
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/13396
Author: @Bond-009
Created: 1/20/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @crobibero
Base:
master← Head:delimitedcollection📝 Commits (2)
63998cfMake the JsonConverters for delimited arrays more generic1055135Ignore warnings📊 Changes
44 files changed (+459 additions, -340 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ArtistsController.cs(+34 -34)📝
Jellyfin.Api/Controllers/ChannelsController.cs(+7 -7)📝
Jellyfin.Api/Controllers/CollectionController.cs(+3 -3)📝
Jellyfin.Api/Controllers/FilterController.cs(+3 -3)📝
Jellyfin.Api/Controllers/GenresController.cs(+6 -6)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+16 -16)📝
Jellyfin.Api/Controllers/ItemsController.cs(+72 -72)📝
Jellyfin.Api/Controllers/LibraryController.cs(+9 -9)📝
Jellyfin.Api/Controllers/LibraryStructureController.cs(+1 -1)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+17 -17)📝
Jellyfin.Api/Controllers/MoviesController.cs(+1 -1)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+6 -6)📝
Jellyfin.Api/Controllers/PersonsController.cs(+5 -5)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+5 -5)📝
Jellyfin.Api/Controllers/SearchController.cs(+3 -3)📝
Jellyfin.Api/Controllers/SessionController.cs(+3 -3)📝
Jellyfin.Api/Controllers/StudiosController.cs(+4 -4)📝
Jellyfin.Api/Controllers/SuggestionsController.cs(+4 -4)📝
Jellyfin.Api/Controllers/TrailersController.cs(+30 -30)📝
Jellyfin.Api/Controllers/TvShowsController.cs(+8 -8)...and 24 more files
📄 Description
Also adds some tests for serialization (with different types) as we didn't have any before.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.