mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 18:16:19 +00:00
fix: skip a little past the chapter end
This commit is contained in:
parent
e92efc3e20
commit
3d51e9a084
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "6.4.125",
|
||||
"version": "6.4.126",
|
||||
"license": "BUSL-1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@
|
|||
if (!isChapterSkippable(current) && (current.end - current.start) > 100) {
|
||||
currentTime = currentTime + 85
|
||||
} else {
|
||||
const endtime = current.end
|
||||
const endtime = current.end + 0.5
|
||||
currentTime = endtime
|
||||
currentSkippable = null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue