fix speed state

This commit is contained in:
Kendall Garner 2024-09-29 16:16:33 -07:00
parent c7214fc7ce
commit ecef9bea5e
No known key found for this signature in database
GPG key ID: 18D2767419676C87
2 changed files with 5 additions and 5 deletions

View file

@ -143,7 +143,7 @@ export const App = () => {
if (!isRunning) {
const extraParameters = useSettingsStore.getState().playback.mpvExtraParameters;
const properties: Record<string, any> = {
speed: usePlayerStore.getState().current.speed,
speed: usePlayerStore.getState().speed,
...getMpvProperties(useSettingsStore.getState().playback.mpvProperties),
};