1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

Clarified comment to be more accurate of what it does

This commit is contained in:
Helder Martins 2014-08-03 10:48:01 +01:00
parent 56fc242520
commit e4054fad5e

View File

@ -1915,7 +1915,7 @@ void Playlist::ReshuffleIndices() {
shuffled_album_keys.end());
// If the user is currently playing a song, force its album to be first
// Or if the song was not playing but it is selected, force its album
// Or if the song was not playing but it was selected, force its album
// to be first.
if (current_virtual_index_ != -1 || current_row() != -1) {
const QString key = items_[current_row()]->Metadata().AlbumKey();