mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Fix for audio palettes
This commit is contained in:
parent
4b134194cf
commit
97889b5e55
@ -544,6 +544,7 @@
|
||||
const json = await response.json();
|
||||
paletteArray.push(json);
|
||||
} catch (error) {
|
||||
cpalc--; //remove audio/dynamically generated palettes
|
||||
console.error(`Error fetching JSON from ${url}: `, error);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user