diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlayerControl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index 9ba77b32c..a0c72b4c9 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -34,6 +34,7 @@ player_control::player_control(unsigned _buffer_chunks, command(PlayerCommand::NONE), state(PlayerState::STOP), error_type(PlayerError::NONE), + tagged_song(nullptr), next_song(nullptr), cross_fade_seconds(0), mixramp_db(0), |