We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02b6a4 commit 30e06dcCopy full SHA for 30e06dc
src/Audio.cpp
@@ -3,7 +3,7 @@
3
*
4
* Created on: Oct 28.2018
5
6
- * Version 3.0.13zc
+ * Version 3.0.13zd
7
* Updated on: Dec 29.2024
8
* Author: Wolle (schreibfaul1)
9
@@ -3069,7 +3069,7 @@ uint64_t Audio::m3u8_findMediaSeqInURL() { // We have no clue what the media seq
3069
if(idx == 3) break;
3070
}
3071
3072
- if(idx < 3) {
+ if(idx < 2) {
3073
log_e("not enough lines with \"#EXTINF:\" found");
3074
return UINT64_MAX;
3075
0 commit comments