diff --git a/src/react-app/components/Playlist.tsx b/src/react-app/components/Playlist.tsx index e8f2ec2..ef792f6 100644 --- a/src/react-app/components/Playlist.tsx +++ b/src/react-app/components/Playlist.tsx @@ -38,6 +38,7 @@ export function PlaylistUI({ playlist }: { playlist: Playlist }) { parameter="focus" min={defaults.FOCUS.min} max={defaults.FOCUS.max} + defaultValue={defaults.FOCUS.defaultValue} numberType={defaults.FOCUS.type} /> - - - -