Merge tag 'v0.20.20'

release v0.20.20
This commit is contained in:
Max Kellermann
2018-05-22 12:47:11 +02:00
10 changed files with 127 additions and 7 deletions

View File

@@ -931,6 +931,7 @@ Player::SongBorder() noexcept
if (border_pause) {
paused = true;
pc.listener.OnBorderPause();
pc.outputs.Pause();
idle_add(IDLE_PLAYER);
}
}