diff --git a/wled00/data/cpal/cpal.htm b/wled00/data/cpal/cpal.htm index 2812b60a5..852641ec3 100644 --- a/wled00/data/cpal/cpal.htm +++ b/wled00/data/cpal/cpal.htm @@ -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); } }