mattgogerly / fruit-player

1 stars 0 forks source link

Exception on seeking with active song #1

Closed mattgogerly closed 6 years ago

mattgogerly commented 6 years ago

Exception when clicking the progress bar to seek when no song is currently loaded. Need to add validation to the seekToTime method to fix.

Unhandled Rejection (PLAY_ACTIVITY): A method was called without a previous descriptor

here

this.musicKit.player.seekToTime(calc); (Player.js, line 107)

mattgogerly commented 6 years ago

Fixed