Skip to content

Commit a6f8ec5

Browse files
authored
Merge pull request #58 from podaen/revert-51-main
Revert "Activated turning false"
2 parents 9e88848 + 827eff9 commit a6f8ec5

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)