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
Closes#196
It does introduce a bug though. Because there is only one trackOrder
array, when we change the track order array, the metadata also get
updated, showing the wrong song info for whats playing. It corrects on
the following queue, or if you restore whatever tracklist you had
before.
Fundamentally, we need to fix the data structure behind play queus and
the view state. We need to persist the active play state order, and only
activate a new play order state when a song is queued from a different
track order.
This issue is described more in #191
When you close and open the main window, the now playing meta data doesn't fully refresh into the view state.
The text was updated successfully, but these errors were encountered: