Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Oct 6, 2023
1 parent bf3f95f commit 691041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cspot/src/SpircHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ SpircHandler::SpircHandler(std::shared_ptr<cspot::Context> ctx) {
playbackState->updatePositionMs(track->requestedPosition);

this->notify();
CSPOT_LOG(info, "WHARE %d", paused);
// Send playback start event, unpause

// Send playback start event, pause/unpause per request
sendEvent(EventType::PLAYBACK_START, (int)track->requestedPosition);
sendEvent(EventType::PLAY_PAUSE, paused);
};
Expand Down

0 comments on commit 691041e

Please sign in to comment.