Browse Source

Replace 1.25 playback speed with 1.5

Co-authored-by: mrjvs <mistrjvs@gmail.com>
pull/537/head
Jip Fr 2 years ago
parent
commit
6862255de9
  1. 2
      src/components/player/atoms/settings/PlaybackSettingsView.tsx

2
src/components/player/atoms/settings/PlaybackSettingsView.tsx

@ -47,7 +47,7 @@ export function PlaybackSettingsView({ id }: { id: string }) { @@ -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 (
<>

Loading…
Cancel
Save