diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte index e26c2f21..6b08ed41 100644 --- a/materialious/src/lib/components/Player.svelte +++ b/materialious/src/lib/components/Player.svelte @@ -251,7 +251,7 @@ 'language', 'statistics' ], - playbackRates: [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 3], + playbackRates: [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3], enableTooltips: false, seekBarColors: { played: (await getDynamicTheme())['--primary']