Skip to content

Commit d0721d5

Browse files
committed
_client->stop(); in stopSong()
1 parent d1d249d commit d0721d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Audio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ uint32_t Audio::stopSong() {
22972297
m_streamType = ST_NONE;
22982298
pos = getFilePos() - inBufferFilled();
22992299
}
2300-
// if(_client->connected()) _client->stop();
2300+
if(_client->connected()) _client->stop();
23012301
}
23022302
if(audiofile) {
23032303
// added this before putting 'm_f_localfile = false' in stopSong(); shoulf never occur....

0 commit comments

Comments
 (0)