trying to discover the broken part in getLyricList

This commit is contained in:
Chris Cochrun 2022-09-29 13:00:44 -05:00
parent 4d9236e02c
commit 19c1a015cc
2 changed files with 152 additions and 46 deletions

View file

@ -347,7 +347,7 @@ Item {
songsqlmodel.updateLyrics(songIndex, lyrics);
songLyrics = lyrics;
clearSlides();
changeSlideText(song.id - 1);
changeSlideText(songIndex);
}
function updateTitle(title) {