fix: skip intro persisting across videos #253

This commit is contained in:
ThaUnknown 2023-02-05 16:41:57 +01:00
parent 49e94bc089
commit a697e88c18

View file

@ -129,6 +129,8 @@
currentTime = 0
targetTime = 0
chapters = []
hoverChapter = null
currentSkippable = null
completed = false
current = file
emit('current', current)