mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 04:50:16 +01:00
Fix an infinite loop when a radio stream finishes
This commit is contained in:
parent
0fb1a02df5
commit
260fe95a93
@ -142,7 +142,7 @@ void Player::ReloadSettings() {
|
||||
}
|
||||
|
||||
void Player::RadioStreamFinished() {
|
||||
NextInternal(Engine::Auto);
|
||||
NextItem(Engine::Auto);
|
||||
}
|
||||
|
||||
void Player::Next() {
|
||||
|
Loading…
Reference in New Issue
Block a user