Don't scroll playqueue on edits.

This commit is contained in:
craig
2012-03-02 20:45:42 +00:00
committed by craig
parent 4cd4a4076f
commit d93acc3ed5

View File

@@ -1488,9 +1488,9 @@ void MainWindow::updatePlaylist(const QList<Song> &songs)
updateCurrentSong(songs.at(0));
}
if (songs.count()) {
scrollPlayQueue();
}
// if (songs.count()) {
// scrollPlayQueue();
// }
}
void MainWindow::updateCurrentSong(const Song &song)