Skip to content

Commit 5dc8e1c

Browse files
committed
Station stopped working after recent commits (the last working commit is #8ad8822) #1143
1 parent 990ae04 commit 5dc8e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Audio.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Created on: Oct 28.2018 */char audioI2SVers[] ="\
66
Version 3.4.2 ";
7-
/* Updated on: Aug 19.2025
7+
/* Updated on: Aug 23.2025
88
99
Author: Wolle (schreibfaul1)
1010
Audio library for ESP32, ESP32-S3 or ESP32-P4
@@ -3546,6 +3546,7 @@ ps_ptr<char> Audio::parsePlaylist_M3U8() {
35463546

35473547
if(f_haveRedirection) {
35483548
m_lastM3U8host.clone_from(m3u8redirection(&m_m3u8Codec));
3549+
accomplish_m3u8_url();
35493550
vector_clear_and_shrink(m_playlistContent);
35503551
return {};
35513552
}

0 commit comments

Comments
 (0)