1
0
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:
David Sansome 2010-04-30 15:29:33 +00:00
parent 0fb1a02df5
commit 260fe95a93

View File

@ -142,7 +142,7 @@ void Player::ReloadSettings() {
}
void Player::RadioStreamFinished() {
NextInternal(Engine::Auto);
NextItem(Engine::Auto);
}
void Player::Next() {