mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
fix: seek backward
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user