Galactic-Dev / iSponsorBlock

A jailbreak tweak that implements the sponsorblock api to skip sponsorships in youtube videos.
https://galacticdev.me/iSponsorBlock
GNU General Public License v3.0
235 stars 50 forks source link

Unskipping the second sponsor in a video will seek to the beginning of the first sponsor #78

Closed iCrazeiOS closed 1 year ago

iCrazeiOS commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.youtube.com/watch?v=LuVpwB1s8iU
  2. Skip the second segment (does not matter if you skip the first one beforehand)
  3. Unskip
  4. You will be taken to the start of the first segment

Expected behavior Be taken to the start of the unskipped (second) segment

I do not knowhow this behaves on videos with 3+ segments. I don't know of any.

Latest iSB, latest YT.

dayanch96 commented 1 year ago

Not sure yet, but guess that it happens only in AVQueuePlayer

UPD: in some videos works properly, and in others unskips to the beginning of the first segment

iCrazeiOS commented 1 year ago

Fixed