yichengchen / ATV-Bilibili-demo

BiliBili Client Demo for Apple TV (tvOS)
GNU General Public License v2.0
2.31k stars 435 forks source link

[Bug Fix] Fix auto play next episode starts from previous start timestamp #100

Closed xnth97 closed 6 months ago

xnth97 commented 6 months ago

Steps to repro:

  1. Play video and skip to timestamp A
  2. Quit video
  3. Play video again, should start from time A [expected]
  4. Skip video to let it autoplay next episode
  5. Next episode also starts from time A [Unexpected, should start from 0]

Fix: Reset start timestamp when auto play next episode

yichengchen commented 6 months ago

thanks!