mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
Fixed next up not working
This commit is contained in:
@@ -173,7 +173,7 @@ export const Controls: React.FC<Props> = ({
|
||||
bitrateValue: bitrate.toString(),
|
||||
}).toString();
|
||||
|
||||
router.replace(`/player?${queryParams}`);
|
||||
router.replace(`player/player?${queryParams}`);
|
||||
}, [previousItem, settings]);
|
||||
|
||||
const goToNextItem = useCallback(() => {
|
||||
@@ -198,7 +198,7 @@ export const Controls: React.FC<Props> = ({
|
||||
bitrateValue: bitrate.toString(),
|
||||
}).toString();
|
||||
|
||||
router.replace(`/player?${queryParams}`);
|
||||
router.replace(`player/player?${queryParams}`);
|
||||
}, [nextItem, settings]);
|
||||
|
||||
const updateTimes = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user