Replace 1.25 playback speed with 1.5

Co-authored-by: mrjvs <mistrjvs@gmail.com>
This commit is contained in:
Jip Fr 2023-12-16 14:37:12 +01:00
parent ed957f3872
commit 6862255de9

View File

@ -47,7 +47,7 @@ export function PlaybackSettingsView({ id }: { id: string }) {
[display]
);
const options = [0.25, 0.5, 1, 1.25, 2];
const options = [0.25, 0.5, 1, 1.5, 2];
return (
<>