[PR #5091] [MERGED] Use ArrayModelBinder for sortBy and sortOrder #10401

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5091
Author: @crobibero
Created: 1/24/2021
Status: Merged
Merged: 1/24/2021
Merged by: @Bond-009

Base: masterHead: query-param-array


📝 Commits (1)

  • 55670b9 Use ArrayModelBinder for sortBy and sortOrder

📊 Changes

7 files changed (+29 additions, -38 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ChannelsController.cs (+3 -4)
📝 Jellyfin.Api/Controllers/ItemsController.cs (+4 -4)
📝 Jellyfin.Api/Controllers/LiveTvController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/TrailersController.cs (+3 -2)
📝 Jellyfin.Api/Controllers/YearsController.cs (+3 -2)
📝 Jellyfin.Api/Helpers/RequestHelpers.cs (+9 -22)
📝 Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs (+5 -2)

📄 Description

Should be the last of the comma delimited fields that we can use the binder for.


🔄 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/5091 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/24/2021 **Status:** ✅ Merged **Merged:** 1/24/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `query-param-array` --- ### 📝 Commits (1) - [`55670b9`](https://github.com/jellyfin/jellyfin/commit/55670b91b26610655cd4c0528e3dd938b852b4fc) Use ArrayModelBinder for sortBy and sortOrder ### 📊 Changes **7 files changed** (+29 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ChannelsController.cs` (+3 -4) 📝 `Jellyfin.Api/Controllers/ItemsController.cs` (+4 -4) 📝 `Jellyfin.Api/Controllers/LiveTvController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/TrailersController.cs` (+3 -2) 📝 `Jellyfin.Api/Controllers/YearsController.cs` (+3 -2) 📝 `Jellyfin.Api/Helpers/RequestHelpers.cs` (+9 -22) 📝 `Jellyfin.Api/Models/LiveTvDtos/GetProgramsDto.cs` (+5 -2) </details> ### 📄 Description Should be the last of the comma delimited fields that we can use the binder for. --- <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 06:19:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10401