Skip to content

Commit ca443af

Browse files
committed
2 parents 3bb2e88 + b82a9c7 commit ca443af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,10 @@ namespace audio_tools {
754754
}
755755
}
756756
}
757+
else
758+
{
759+
active = false;
760+
}
757761
timeout = millis() + p_source->timeoutAutoNext();
758762
}
759763
}

0 commit comments

Comments
 (0)