making the newSong function show appropriate slides
This commit is contained in:
parent
3cd6a75f4b
commit
cb58cac8bf
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ Item {
|
|||
changeSlideVAlignment("Center");
|
||||
changeSlideFont("Noto Sans", true);
|
||||
changeSlideFontSize(50, true)
|
||||
changeSlideText(songIndex);
|
||||
changeSlideText(songProxyModel.modelIndex(index).row);
|
||||
console.log(song.title);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue