mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5091] [MERGED] Use ArrayModelBinder for sortBy and sortOrder #10401
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/5091
Author: @crobibero
Created: 1/24/2021
Status: ✅ Merged
Merged: 1/24/2021
Merged by: @Bond-009
Base:
master← Head:query-param-array📝 Commits (1)
55670b9Use 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.