kopia lustrzana https://github.com/Aircoookie/WLED
Fix for audio palettes
rodzic
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue