@@ -90,7 +90,7 @@ func SelectSongsByArtist(db *sqlx.DB, artist string) (songs *[]*read.SongExterna
,duration
from songs
where artist = $1
- order by track_number, title, album
+ order by album, track_number, title
`, artist)
return