mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-24 09:11:12 +01:00
Replace 1.25 playback speed with 1.5
Co-authored-by: mrjvs <mistrjvs@gmail.com>
This commit is contained in:
parent
ed957f3872
commit
6862255de9
@ -47,7 +47,7 @@ export function PlaybackSettingsView({ id }: { id: string }) {
|
|||||||
[display]
|
[display]
|
||||||
);
|
);
|
||||||
|
|
||||||
const options = [0.25, 0.5, 1, 1.25, 2];
|
const options = [0.25, 0.5, 1, 1.5, 2];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user