fix: skip a little past the chapter end

This commit is contained in:
ThaUnknown 2025-09-06 14:24:44 +02:00
parent e92efc3e20
commit 3d51e9a084
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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
}