abdulazizali77 / sloooop

AB Looper web extension for Spotify
GNU Lesser General Public License v3.0
6 stars 1 forks source link

BUG: Player skips tracks successively #22

Closed abdulazizali77 closed 4 years ago

abdulazizali77 commented 4 years ago

There might be a condition where the last position of the current track was saved even when no ranges were set. And when the web player goes through each track, it jumps to that last position. seeking to 54000 bearertoken=BQDfRDRLBqLiP5Ek1sS-kuRYuaijT8OGjyJWEhkBmcHHzuFZcoVUFUagEs8Z9o2jCDiSv9c_1IzvP5OD0UZM52iYhIV8uTPVDr2CGVm6pF-wESAatvI4l7muyB5Ptsly70fhNv_xpHyZRpwAqDacm0oIYNkLhAmuyUsqIflOe5WpB2P4yB_g3snqBrJ1 index.js:449 Response {type: "cors", url: "https://api.spotify.com/v1/me/player/seek?position_ms=54000", redirected: false, status: 204, ok: true, …}body: (...)bodyUsed: falseheaders: Headers {}ok: trueredirected: falsestatus: 204statusText: ""type: "cors"url: "https://api.spotify.com/v1/me/player/seek?position_ms=54000"__proto__: Response spotifyPlayer.js:58

abdulazizali77 commented 4 years ago

closing this for now as WORKSFORME