mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +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;
|
last_track_ = mtrack;
|
||||||
|
|
||||||
Scrobble();
|
Scrobble();
|
||||||
LoadNext(last_url_);
|
emit AsyncLoadFinished(LoadNext(last_url_));
|
||||||
}
|
}
|
||||||
|
|
||||||
void LastFMService::ShowContextMenu(RadioItem* item, const QModelIndex&,
|
void LastFMService::ShowContextMenu(RadioItem* item, const QModelIndex&,
|
||||||
|
Loading…
Reference in New Issue
Block a user