[PR #15251] [CLOSED] Fixed missing sort? #14264

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15251
Author: @JPVenson
Created: 10/27/2025
Status: Closed

Base: masterHead: bugfix/SeriesDatePlayed


📝 Commits (5)

  • a50abd9 Fixed missing sort?
  • 57b61c2 Improved performance
  • 50b12ab Add user id into join
  • 093cb02 Improved execution order and improved SeriesDatePlayed sort
  • ddab190 Stupid 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15251 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bugfix/SeriesDatePlayed` --- ### 📝 Commits (5) - [`a50abd9`](https://github.com/jellyfin/jellyfin/commit/a50abd997c01be4f262182651c2cc99114d409a6) Fixed missing sort? - [`57b61c2`](https://github.com/jellyfin/jellyfin/commit/57b61c26ff1fd50c643355ffdd5dc23e1dcef468) Improved performance - [`50b12ab`](https://github.com/jellyfin/jellyfin/commit/50b12ab3c411641f950ae838c0e979cf7081e9f9) Add user id into join - [`093cb02`](https://github.com/jellyfin/jellyfin/commit/093cb020b77b7f8936ed1fe0e51615be799040df) Improved execution order and improved SeriesDatePlayed sort - [`ddab190`](https://github.com/jellyfin/jellyfin/commit/ddab190ba8fb6c9387a51b212c40d23c5367677d) Stupid tests doing stupid things ### 📊 Changes **3 files changed** (+54 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Readded missing sort arg fixes: https://github.com/jellyfin/jellyfin/issues/15174 --- <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:27:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14264