1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 03:09:57 +01:00

Make "Ban" skip to the next track

This commit is contained in:
David Sansome 2010-06-21 12:16:05 +00:00
parent b91a61c260
commit c950e79367

View File

@ -437,7 +437,7 @@ void LastFMService::Ban() {
last_track_ = mtrack;
Scrobble();
LoadNext(last_url_);
emit AsyncLoadFinished(LoadNext(last_url_));
}
void LastFMService::ShowContextMenu(RadioItem* item, const QModelIndex&,