mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-11 06:30:39 -05:00
Fix next/prev buttons href in player
This commit is contained in:
parent
dffe469c1d
commit
19652d535d
@ -140,7 +140,7 @@ const ControlButtons = ({
|
||||
<IconButton
|
||||
icon={SkipPrevious}
|
||||
as={Link}
|
||||
href={previous}
|
||||
href={`/watch/${previous}`}
|
||||
replace
|
||||
{...tooltip(t("player.previous"), true)}
|
||||
{...spacing}
|
||||
@ -151,7 +151,7 @@ const ControlButtons = ({
|
||||
<IconButton
|
||||
icon={SkipNext}
|
||||
as={Link}
|
||||
href={next}
|
||||
href={`/watch/${next}`}
|
||||
replace
|
||||
{...tooltip(t("player.next"), true)}
|
||||
{...spacing}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user