fixing a bug in the getLyricList command and clear on lyric edits
This commit is contained in:
parent
8cae86aeba
commit
4954f108a6
2 changed files with 16 additions and 3 deletions
|
@ -304,7 +304,7 @@ Item {
|
|||
function updateLyrics(lyrics) {
|
||||
songsqlmodel.updateLyrics(songIndex, lyrics);
|
||||
songLyrics = lyrics;
|
||||
/* print(lyrics); */
|
||||
clearSlides();
|
||||
changeSlideText(song.id - 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue