mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 20:37:23 +00:00
Update playlist.cpp
This commit is contained in:
parent
6daf7f6322
commit
db475b6998
@ -127,7 +127,7 @@ void handlePlaylist(bool doAdvancePlaylist) {
|
||||
static unsigned long presetCycledTime = 0;
|
||||
if (currentPlaylist < 0 || playlistEntries == nullptr) return;
|
||||
|
||||
if (millis() - presetCycledTime > (100 * playlistEntryDur) || skipNext) {
|
||||
if (millis() - presetCycledTime > (100 * playlistEntryDur) || doAdvancePlaylist) {
|
||||
presetCycledTime = millis();
|
||||
if (bri == 0 || nightlightActive) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user