mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-12 05:30:22 +00:00
fix: skip intro persisting across videos #253
This commit is contained in:
parent
49e94bc089
commit
a697e88c18
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@
|
|||
currentTime = 0
|
||||
targetTime = 0
|
||||
chapters = []
|
||||
hoverChapter = null
|
||||
currentSkippable = null
|
||||
completed = false
|
||||
current = file
|
||||
emit('current', current)
|
||||
|
|
|
|||
Loading…
Reference in a new issue