Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
4ae55c14
Commit
4ae55c14
authored
Jan 10, 2024
by
schreibfaul1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fetch new playlist before the old one is empty #645
parent
5043901a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Audio.cpp
src/Audio.cpp
+3
-3
No files found.
src/Audio.cpp
View file @
4ae55c14
...
...
@@ -3,8 +3,8 @@
*
* Created on: Oct 26.2018
*
* Version 3.0.8
e
* Updated on: Jan
04
.2024
* Version 3.0.8
f
* Updated on: Jan
10
.2024
* Author: Wolle (schreibfaul1)
*
*/
...
...
@@ -2594,7 +2594,7 @@ const char* Audio::parsePlaylist_M3U8() {
vector_clear_and_shrink
(
m_playlistContent
);
// clear after reading everything, m_playlistContent.size is now 0
}
if
(
m_playlistURL
.
size
()
>
0
)
{
if
(
m_playlistURL
.
size
()
>
1
)
{
if
(
m_playlistBuff
)
{
free
(
m_playlistBuff
);
m_playlistBuff
=
NULL
;}
if
(
m_playlistURL
[
m_playlistURL
.
size
()
-
1
])
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment