fix: seek backward

This commit is contained in:
senshinya
2025-07-04 09:57:59 +08:00
committed by GitHub
parent 6492191a2d
commit 4f4427d027

View File

@@ -1497,7 +1497,7 @@ function PlayPageClient() {
beforePlayButton: (
<>
{showSkipButtons && (
<SeekButton className='vds-button' seconds={10}>
<SeekButton className='vds-button' seconds={-10}>
<SeekBackward10Icon className='vds-icon' />
</SeekButton>
)}