2f2b1e2f92
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