mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix: fixed issue where subtitles didnt change (#1168)
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,7 @@ export const VideoProvider: React.FC<VideoProviderProps> = ({
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setTrack?.(index);
|
setTrack?.(serverIndex);
|
||||||
router.setParams({
|
router.setParams({
|
||||||
[paramKey]: serverIndex.toString(),
|
[paramKey]: serverIndex.toString(),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user