v0.1.0-alpha.6
Pre-release
Pre-release
·
3 commits
to main
since this release
Changes since alpha.5
- Fix: corrected the
is_playingdetection query.historySongs.historySingeris an integer FK into a separatehistorySingerstable (not the singer name directly), and the song identifier in history is a text disc ID rather than the integerdbSongs.songid. The join now follows the correct chain:historySingers(name→id)→historySongs(filepath)→dbSongs(path→songid)→queueSongs.