Skip to content

Commit 8e04c04

Browse files
committed
correct copyAll wrong total
1 parent 47ae612 commit 8e04c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AudioTools/AudioCopy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ class StreamCopyT {
199199
retry++;
200200
delay(retryWaitMs);
201201
} else {
202-
result = true; // we have some data
203202
retry = 0; // after we got new data we restart the counting
204203
}
205204
// stop the processing if we passed the retry limit

0 commit comments

Comments
 (0)