Skip to content

Commit

Permalink
Reset start timestamp when auto play next episode
Browse files Browse the repository at this point in the history
  • Loading branch information
xnth97 authored and yichengchen committed Apr 28, 2024
1 parent c9c215f commit 37036f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class VideoPlayerViewController: CommonPlayerViewController {
func playNext() -> Bool {
if let next = nextProvider?.getNext() {
playInfo = next
playerStartPos = 0
Task {
await initPlayer()
}
Expand Down

0 comments on commit 37036f0

Please sign in to comment.