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