trying to discover the broken part in getLyricList
This commit is contained in:
parent
4d9236e02c
commit
19c1a015cc
2 changed files with 152 additions and 46 deletions
|
@ -347,7 +347,7 @@ Item {
|
|||
songsqlmodel.updateLyrics(songIndex, lyrics);
|
||||
songLyrics = lyrics;
|
||||
clearSlides();
|
||||
changeSlideText(song.id - 1);
|
||||
changeSlideText(songIndex);
|
||||
}
|
||||
|
||||
function updateTitle(title) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue