mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 11:56:45 +01:00
Typo
This commit is contained in:
parent
43309a13d0
commit
0f8ada10d3
@ -96,7 +96,7 @@ SongLoader::Result SongLoader::LoadLocal() {
|
||||
}
|
||||
|
||||
static bool CompareSongs(const Song& left, const Song& right) {
|
||||
// Order by artist, album, disc, trac
|
||||
// Order by artist, album, disc, track
|
||||
if (left.artist() < right.artist()) return true;
|
||||
if (left.artist() > right.artist()) return true;
|
||||
if (left.album() < right.album()) return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user