Description
The mini-player can potentially display stale track information when the playback state changes outside the mini-player.
Steps to Reproduce
- Start playing a track.
- Change the track from another YouTube Music control.
- Return to the mini-player.
- Compare the displayed track information with the currently playing track.
Expected Behavior
The mini-player should immediately reflect the currently playing track.
Actual Behavior
The displayed track information may remain stale until the player is refreshed or another interaction occurs.
Suggested Fix
Review playback-state listeners and ensure track metadata is synchronized whenever the active media changes.
Suggested Labels
bug, playback, frontend
Description
The mini-player can potentially display stale track information when the playback state changes outside the mini-player.
Steps to Reproduce
Expected Behavior
The mini-player should immediately reflect the currently playing track.
Actual Behavior
The displayed track information may remain stale until the player is refreshed or another interaction occurs.
Suggested Fix
Review playback-state listeners and ensure track metadata is synchronized whenever the active media changes.
Suggested Labels
bug, playback, frontend