making the newSong function show appropriate slides

This commit is contained in:
Chris Cochrun 2023-03-02 06:13:25 -06:00
parent 3cd6a75f4b
commit cb58cac8bf

View file

@ -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);
}