Skip to content

Commit 87a9a8d

Browse files
authored
Merge branch 'pschatzmann:main' into main
2 parents da63754 + a6f8ec5 commit 87a9a8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,6 @@ namespace audio_tools {
731731
// reset timeout
732732
timeout = millis() + p_source->timeoutAutoNext();
733733
}
734-
else
735-
{
736-
active = false;
737-
}
738734
// move to next stream after timeout
739735
if (p_input_stream == nullptr || millis() > timeout) {
740736
if (autonext) {

0 commit comments

Comments
 (0)