[Bug]: MPRIS integration sometimes reports incorrect length #3510
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#3510
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.9.0
Checklists
What operating system are you using?
Other Linux
Operating System Version
NixOS Stable 25.05 (commit
cec1b0b
)What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
Expected Behavior
mpris:length
reports as the length of the song.Actual Behavior
mpris:length
suddenly reports as significantly smaller than than the actual length of the song. It only seems to fix itself if you manually select a song, moving to the next song in the queue after the current ends sometimes does not fix the problem.Enabled plugins
Additional Information
This doesn't seem to only affect the MPRIS integration, when the bug occurs, it can also be seen happening to Discord RPC, however, Discord RPC corrects the issue almost immediately after it occurs.
I think YT's
<video>
element reports invalid length (YT bug)