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
{{ message }}
This repository was archived by the owner on Jun 29, 2020. It is now read-only.
This repository was archived by the owner on Jun 29, 2020. It is now read-only.
Issue: incorrect state position on 'player_state_changed' event when connecting to Web Playback SDK device (reporting seconds instead of milliseconds) #115
There seems to be an issue with the state position being reported in seconds instead of milliseconds for one of the 'player_state_changed' events that is fired when connecting to the Web Playback SDK device.
There also seems to be an inconsistent state duration being reported on the first 'player_state_changed' event that is fired after a track is changed.
Connect to this Web Playback SDK device with user playback context that is currently in the middle of a track (just not at position 0 for demonstration purposes)
On successful connection three 'player_state_changed' events are fired and in the second of these three the state position is being reported in seconds instead of milliseconds (screenshot below)
Expected behaviour:
state position to always be reported in milliseconds
Actual behaviour:
state position being reported in seconds for one 'player_state_changed' event