fix vorbis as well

This commit is contained in:
philippe44
2023-04-06 22:45:40 -07:00
parent b4af1e7bef
commit d2b8edce60
6 changed files with 345 additions and 225 deletions

View File

@@ -306,7 +306,7 @@ static void process_strm(u8_t *pkt, int len) {
break;
case 'f':
case 'q':
decode_flush();
decode_flush(strm->command == 'q');
if (!output.external) output_flush();
status.frames_played = 0;
if (stream_disconnect() && strm->command == 'f') sendSTAT("STMf", 0);