Skip to content

Commit

Permalink
Update playlist.cpp
Browse files Browse the repository at this point in the history
reworked approach based on feedback
  • Loading branch information
freakintoddles2 committed May 1, 2024
1 parent caa4fe1 commit a2b9aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int16_t loadPlaylist(JsonObject playlistObj, byte presetId) {
}


void handlePlaylist(bool skipNext) {
void handlePlaylist(bool doAdvancePlaylist) {
static unsigned long presetCycledTime = 0;
if (currentPlaylist < 0 || playlistEntries == nullptr) return;

Expand Down

0 comments on commit a2b9aed

Please sign in to comment.