Skip to content

Commit

Permalink
Fix for audio palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Jan 12, 2024
1 parent 4b13419 commit 97889b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/data/cpal/cpal.htm
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ <h1 style="display: flex; align-items: center;">
const json = await response.json();
paletteArray.push(json);
} catch (error) {
cpalc--; //remove audio/dynamically generated palettes
console.error(`Error fetching JSON from ${url}: `, error);
}
}
Expand Down

0 comments on commit 97889b5

Please sign in to comment.