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:
parent
b91a61c260
commit
c950e79367
@ -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&,
|
||||
|
Loading…
Reference in New Issue
Block a user