We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48c52a commit c4a44c2Copy full SHA for c4a44c2
index.js
@@ -282,7 +282,6 @@ function SpotifyWebHelper(opts) {
282
stopSeekingInterval.call(this);
283
}
284
285
- if (Math.abs(this.status.playing_position - status.playing_position) > 5) {
286
// Guarantee seekingInterval won't affect the seek event
287
if (Math.abs(this.status.playing_position - status.playing_position) > (2 * SEEK_INTERVAL_LENGTH) / 1000) {
288
this.player.emit('seek', status.playing_position);
0 commit comments