diff --git a/src/react-app/components/Playlist.tsx b/src/react-app/components/Playlist.tsx index 55cca1c..5756624 100644 --- a/src/react-app/components/Playlist.tsx +++ b/src/react-app/components/Playlist.tsx @@ -39,7 +39,7 @@ export function PlaylistUI({ playlist }: { playlist: Playlist }) { parameter="aspect" min={defaults.ASPECT.min} max={defaults.ASPECT.max} - defaultValue={defaults.ASPECT.defaultValue} + defaultValue={item.hologram.settings.aspect ?? defaults.ASPECT.defaultValue} numberType={defaults.ASPECT.type} /> -