fixing getSong not working after deleting songs
This commit is contained in:
parent
8b6e5e2ad3
commit
4d9236e02c
3 changed files with 31 additions and 6 deletions
|
@ -320,6 +320,7 @@ Item {
|
|||
|
||||
function changeSong(index) {
|
||||
clearSlides();
|
||||
print(index);
|
||||
const s = songsqlmodel.getSong(index);
|
||||
song = s;
|
||||
songLyrics = s.lyrics;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue