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
I need the following code snippet from Web Playback SDK.
"
player.addListener('player_state_changed', ({
position,
duration,
track_window: { current_track }
}) => {
console.log('Currently Playing', current_track);
console.log('Position in Song', position);
console.log('Duration of Song', duration);
});
"
Can I have this functionality from this library ?
The text was updated successfully, but these errors were encountered:
I need the following code snippet from Web Playback SDK.
"
player.addListener('player_state_changed', ({
position,
duration,
track_window: { current_track }
}) => {
console.log('Currently Playing', current_track);
console.log('Position in Song', position);
console.log('Duration of Song', duration);
});
"
Can I have this functionality from this library ?
The text was updated successfully, but these errors were encountered: