Track duration in player bar temporarily resets when pressing play
Steps to reproduce
- Add a track to the playback queue
- Refresh the page
- Push the Play button in the bottom Player bar
What happens?
After refreshing the page, something like 0:00 | 3:15
is displayed in the player bar. When pushing Play, FW will begin loading the track and change that display to 00:00 | 00:00
, and then back to 0:00 | 3:15
. This double-change is unnecessary and distracting.
What is expected?
The duration displayed in the player bar should not reset to 00:00 | 00:00
when a duration is already saved in the queue local storage.