[PR #13396] [MERGED] Make the JsonConverters for delimited arrays more generic #13558

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

📋 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: masterHead: delimitedcollection


📝 Commits (2)

  • 63998cf Make the JsonConverters for delimited arrays more generic
  • 1055135 Ignore 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13396 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `delimitedcollection` --- ### 📝 Commits (2) - [`63998cf`](https://github.com/jellyfin/jellyfin/commit/63998cfe0d495956a25f894a5b31f849413374c6) Make the JsonConverters for delimited arrays more generic - [`1055135`](https://github.com/jellyfin/jellyfin/commit/105513545d2c5c8079e812add30143750255053c) Ignore warnings ### 📊 Changes **44 files changed** (+459 additions, -340 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Also adds some tests for serialization (with different types) as we didn't have any before. --- <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:15: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#13558