Skip to content

fix(scrobble): send now playing status for next song in queue#123

Merged
MattiaPun merged 1 commit into
MattiaPun:mainfrom
suzana2314:fix/now-playing-scrobble
May 13, 2026
Merged

fix(scrobble): send now playing status for next song in queue#123
MattiaPun merged 1 commit into
MattiaPun:mainfrom
suzana2314:fix/now-playing-scrobble

Conversation

@suzana2314
Copy link
Copy Markdown
Contributor

When the queue advances to the next song, the "now playing" status was never sent to the server since that call only existed in the PlaySong function. So it would only appear on the first song played from a queue, album, ... or when using the next or back song button.

So I moved the now playing scrobble to the song change detection block in handleStatus, so it fires on every song transition regardless of how the song changed. Also removed it from the PlaySong so it does not fire twice.

Let me know what you think :)

@MattiaPun MattiaPun merged commit 354d27f into MattiaPun:main May 13, 2026
1 check passed
@MattiaPun
Copy link
Copy Markdown
Owner

Thank you for this fix, your contributions are really appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants