aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/PlayerControl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx
index 6246e023..62a8a4f8 100644
--- a/src/PlayerControl.cxx
+++ b/src/PlayerControl.cxx
@@ -45,7 +45,8 @@ player_control::player_control(unsigned _buffer_chunks,
cross_fade_seconds(0),
mixramp_db(0),
mixramp_delay_seconds(std::nanf("")),
- total_play_time(0)
+ total_play_time(0),
+ border_pause(false)
{
}