diff --git a/src/main.cpp b/src/main.cpp index 43af261..cfd03b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -590,7 +590,7 @@ void backgroundApiLoop(void *params) { break; } spotifyAction = Idle; - } else if (nextCurrentlyPlayingMillis > 0 && now >= nextCurrentlyPlayingMillis) { + } else if (nextCurrentlyPlayingMillis > 0 && now >= nextCurrentlyPlayingMillis && spotifyActionQueue.empty()) { spotifyQueueAction(CurrentlyPlaying); } else { delayIfIdle();