Files
ace-step-ui/components
fspecii 2f2b1e2f92 Fix like button in right sidebar passing Song object instead of ID
The onToggleLike handler expected a string songId but RightSidebar
was passing the entire Song object, causing a FOREIGN KEY constraint
error when SQLite received '[object Object]' as the song_id.

Fixes #22
2026-02-05 22:59:41 +02:00
..