Skip to content

Commit

Permalink
storage/mariadb: sort SongStorage.FavoritesOf result like before
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed Jun 20, 2024
1 parent 27103ba commit 8399e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/mariadb/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ AS (SELECT DISTINCT
JOIN
esong ON esong.id = efave.isong
WHERE
enick.nick = ?)
enick.nick = ?
ORDER BY efave.id)
SELECT
{songColumns},
{maybeTrackColumns},
Expand Down

0 comments on commit 8399e73

Please sign in to comment.