From 97889b5e55618d1919f689cc529e77807889d8c1 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Fri, 12 Jan 2024 20:45:04 +0100 Subject: [PATCH] Fix for audio palettes --- wled00/data/cpal/cpal.htm | 1 + 1 file changed, 1 insertion(+) 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); } }