mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15251] [CLOSED] Fixed missing sort? #14264
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/15251
Author: @JPVenson
Created: 10/27/2025
Status: ❌ Closed
Base:
master← Head:bugfix/SeriesDatePlayed📝 Commits (5)
a50abd9Fixed missing sort?57b61c2Improved performance50b12abAdd user id into join093cb02Improved execution order and improved SeriesDatePlayed sortddab190Stupid tests doing stupid things📊 Changes
3 files changed (+54 additions, -37 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+10 -7)📝
Jellyfin.Server.Implementations/Item/OrderMapper.cs(+43 -29)📝
tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs(+1 -1)📄 Description
Readded missing sort arg
fixes: https://github.com/jellyfin/jellyfin/issues/15174
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.