Skip to content

Commit

Permalink
fix: unitialized sent_stop_frames causing nasty pause/play playback c…
Browse files Browse the repository at this point in the history
…onfusion
  • Loading branch information
Neko-Life committed Dec 7, 2024
1 parent e62aa6a commit a3612a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dpp/voice/enabled/constructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ discord_voice_client::discord_voice_client(dpp::cluster* _cluster, snowflake _ch
ssrc(0),
timescale(1000000),
paused(false),
sent_stop_frames(false),
encoder(nullptr),
repacketizer(nullptr),
fd(INVALID_SOCKET),
Expand Down

0 comments on commit a3612a7

Please sign in to comment.