[PR #11371] Maintaining track order when a new playlist is created from an existing playlist #12865

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11371

State: closed
Merged: Yes


Changes

Removed sorting on the InternalItemsQuery when the type of item is a folder. This was forcing items that come back to be sorted by Name and Ascending order which was removing the original sorting the user specified in the playlist being used to create a new one.

Issues

Fixes #11354

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11371 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Removed sorting on the InternalItemsQuery when the type of item is a folder. This was forcing items that come back to be sorted by Name and Ascending order which was removing the original sorting the user specified in the playlist being used to create a new one. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11354
OVERLORD added the pull-request label 2026-02-07 07:03: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#12865