From e4054fad5e8205674b0ceb479aa3ca6cc874fad0 Mon Sep 17 00:00:00 2001 From: Helder Martins Date: Sun, 3 Aug 2014 10:48:01 +0100 Subject: [PATCH] Clarified comment to be more accurate of what it does --- src/playlist/playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/playlist.cpp b/src/playlist/playlist.cpp index 64d5762be..104ee654e 100644 --- a/src/playlist/playlist.cpp +++ b/src/playlist/playlist.cpp @@ -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();