fix preference edit

This commit is contained in:
Ollie Taylor
2023-02-25 01:14:35 +00:00
parent c1fc45306e
commit de9cfd2adb
+3 -3
View File
@@ -98,7 +98,7 @@
<h6>Playback Rate</h6>
{#each [0.5, 1, 2, 3] as rate}
<button type="button" on:click={() => podcast_preferences.set({ playback_rate: rate })}
>{rate}x</button
>
<button type="button" on:click={() => podcast_preferences.edit({ playback_rate: rate })}>
{rate}x
</button>
{/each}