Skip to content

Commit b82a9c7

Browse files
authored
Merge pull request #61 from podaen/main
Deactivate Player
2 parents c5cccd2 + a97f664 commit b82a9c7

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)