Skip to content

Commit a4aaeae

Browse files
committed
Correction
1 parent 0350409 commit a4aaeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ namespace audio_tools {
596596
p_source->begin();
597597
meta_out.begin();
598598

599-
if (index > 0) {
599+
if (index >= 0) {
600600
p_input_stream = p_source->selectStream(index);
601601
if (p_input_stream != nullptr) {
602602
if (meta_active) {

0 commit comments

Comments
 (0)