[Bug]: (API Server) /song endpoint does not update properly if an album is played #3733
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3733
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
YouTube Music (Application) Version
3.10.0
Checklists
What operating system are you using?
Other Linux
Operating System Version
Fedora 42 (GNOME, Flatpak)
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
Control:
Song A
)/api/v1/song
Song A
as currently playing songIssue:
Song B
)/api/v1/song
Song A
as currently playing songExpected Behavior
Response should be the currently playing song
Actual Behavior
Response is still the previous song, with
elapsedSeconds
stuck to when it stopped playing.Enabled plugins
Additional Information
Once you play a song again or let the next song play within the album, API response is as expected again.
fixed by #3659