You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the search bar, search for a different song (e.g., Song B), and play it.
Tap the Info/About tab (bottom right).
Tap the Library tab (bottom left) to go back.
Observed behavior:
The play bar (or now-playing widget) now shows the title of the first song in the library (Song # 1), not Song B.
Even after closing and reopening the app, the title stays incorrect.
Tapping play/pause plays Song B (the correct song), but the title doesn't update.
Expected behavior:
The play bar should always display the title of the currently playing song (Song B), regardless of tab switching.
Reopening the app should refresh the UI with current playback state.
Device info:
Android version: Android 6.0
Device model: Lenovo K10a40
App version: 2026.1
Additional context:
The actual playback queue/player service seems correct (plays Song B), but the UI metadata is getting overwritten by the first library item after tab navigation.
This might be caused by the Library tab resetting or reloading the song list and incorrectly binding the first item to the now-playing view.
Steps to reproduce:
Observed behavior:
Expected behavior:
Device info:
Additional context: