PlayerControl: initialize tagged_song in constructor
This commit is contained in:
@ -34,6 +34,7 @@ player_control::player_control(unsigned _buffer_chunks,
|
|||||||
command(PlayerCommand::NONE),
|
command(PlayerCommand::NONE),
|
||||||
state(PlayerState::STOP),
|
state(PlayerState::STOP),
|
||||||
error_type(PlayerError::NONE),
|
error_type(PlayerError::NONE),
|
||||||
|
tagged_song(nullptr),
|
||||||
next_song(nullptr),
|
next_song(nullptr),
|
||||||
cross_fade_seconds(0),
|
cross_fade_seconds(0),
|
||||||
mixramp_db(0),
|
mixramp_db(0),
|
||||||
|
Reference in New Issue
Block a user