[PR #1683] [MERGED] Fix the track ordering on multi disc albums #1843

Closed
opened 2026-02-26 03:32:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1683
Author: @bibo38
Created: 6/2/2023
Status: Merged
Merged: 6/5/2023
Merged by: @phanan

Base: masterHead: fixorder


📝 Commits (1)

  • 4d0a9a3 Fix the track ordering on multi disc albums

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 app/Repositories/SongRepository.php (+6 -6)

📄 Description

The track ordering on multiple disc albums should first order by the actual disc and then by the track number. Previously it was first sorted by the track, causing you to hear the first track of every disc and then going to the second track of every disk.

Fixes #1089


🔄 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/koel/koel/pull/1683 **Author:** [@bibo38](https://github.com/bibo38) **Created:** 6/2/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fixorder` --- ### 📝 Commits (1) - [`4d0a9a3`](https://github.com/koel/koel/commit/4d0a9a3553d65941003b722dc530eb6b874b38f4) Fix the track ordering on multi disc albums ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Repositories/SongRepository.php` (+6 -6) </details> ### 📄 Description The track ordering on multiple disc albums should first order by the actual disc and then by the track number. Previously it was first sorted by the track, causing you to hear the first track of every disc and then going to the second track of every disk. Fixes #1089 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1843
No description provided.