Skip to content

v0.1.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@wolfclostermann wolfclostermann released this 06 Jun 22:46
· 3 commits to main since this release

Changes since alpha.5

  • Fix: corrected the is_playing detection query. historySongs.historySinger is an integer FK into a separate historySingers table (not the singer name directly), and the song identifier in history is a text disc ID rather than the integer dbSongs.songid. The join now follows the correct chain: historySingers(name→id)historySongs(filepath)dbSongs(path→songid)queueSongs.