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
Related to #22, it seems like when tracks are changed, the change:track event can be fired twice, once when the track changes and once when the track is loaded and begins playing.
To test this, you can do:
GPM.on('change:track',()=>{process.stdout.write('change:track being called!\n')})
and play around with skipping to the ends of songs, pressing the next button, etc. The event gets fired more frequently than I'd expect.
Related to #22, it seems like when tracks are changed, the change:track event can be fired twice, once when the track changes and once when the track is loaded and begins playing.
To test this, you can do:
and play around with skipping to the ends of songs, pressing the next button, etc. The event gets fired more frequently than I'd expect.
I found this when looking into this bug: MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-#3383
The text was updated successfully, but these errors were encountered: