Closed mattgogerly closed 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.
seekToTime
Unhandled Rejection (PLAY_ACTIVITY): A method was called without a previous descriptor
here
this.musicKit.player.seekToTime(calc); (Player.js, line 107)
this.musicKit.player.seekToTime(calc);
Fixed
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)