We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d249d commit d0721d5Copy full SHA for d0721d5
src/Audio.cpp
@@ -2297,7 +2297,7 @@ uint32_t Audio::stopSong() {
2297
m_streamType = ST_NONE;
2298
pos = getFilePos() - inBufferFilled();
2299
}
2300
- // if(_client->connected()) _client->stop();
+ if(_client->connected()) _client->stop();
2301
2302
if(audiofile) {
2303
// added this before putting 'm_f_localfile = false' in stopSong(); shoulf never occur....
0 commit comments