Unverified Commit 864bb3e4 authored by Wolle's avatar Wolle Committed by GitHub

Update Audio.cpp

parent 4220bb8d
......@@ -2469,7 +2469,7 @@ bool Audio::readPlayListData() {
uint32_t ctl = 0;
int lines = 0;
// delete all memory in m_playlistContent
if(!psramFound()){log_e("m3u8 playlists requires PSRAM enabled!");}
if(m_playlistFormat == FORMAT_M3U8 && !psramFound()){log_e("m3u8 playlists requires PSRAM enabled!");}
vector_clear_and_shrink(m_playlistContent);
while(true){ // outer while
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment