Skip to content

Commit 30e06dc

Browse files
committed
reduce m3u8 "#EXTINF:" - lines by one
1 parent c02b6a4 commit 30e06dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Audio.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Created on: Oct 28.2018
55
*
6-
* Version 3.0.13zc
6+
* Version 3.0.13zd
77
* Updated on: Dec 29.2024
88
* Author: Wolle (schreibfaul1)
99
*
@@ -3069,7 +3069,7 @@ uint64_t Audio::m3u8_findMediaSeqInURL() { // We have no clue what the media seq
30693069
if(idx == 3) break;
30703070
}
30713071
}
3072-
if(idx < 3) {
3072+
if(idx < 2) {
30733073
log_e("not enough lines with \"#EXTINF:\" found");
30743074
return UINT64_MAX;
30753075
}

0 commit comments

Comments
 (0)