diff --git a/spotifyblob/blob/spotifyclient.cpp b/spotifyblob/blob/spotifyclient.cpp index 3326e2fb3..456a52149 100644 --- a/spotifyblob/blob/spotifyclient.cpp +++ b/spotifyblob/blob/spotifyclient.cpp @@ -526,6 +526,7 @@ int SpotifyClient::MusicDeliveryCallback( // Write the audio data. me->media_socket_->write(reinterpret_cast(frames), num_frames * format->channels * 2); + me->media_socket_->flush(); return num_frames; }