fixing a bug in the getLyricList command and clear on lyric edits

This commit is contained in:
Chris Cochrun 2022-09-07 14:30:19 -05:00
parent 8cae86aeba
commit 4954f108a6
2 changed files with 16 additions and 3 deletions

View file

@ -304,7 +304,7 @@ Item {
function updateLyrics(lyrics) {
songsqlmodel.updateLyrics(songIndex, lyrics);
songLyrics = lyrics;
/* print(lyrics); */
clearSlides();
changeSlideText(song.id - 1);
}