tweaks to making songs work

This commit is contained in:
Chris Cochrun 2023-05-16 15:31:09 -05:00
parent 8af7c9bb6d
commit eb899a9965
3 changed files with 27 additions and 5 deletions

View file

@ -411,7 +411,7 @@ Item {
function newSong(index) {
clearSlides();
song = songProxyModel.songModel.getSong(index);
song = songProxyModel.getSong(index);
console.log(song.lyrics);
songIndex = song.id;
@ -438,6 +438,7 @@ Item {
song = songProxyModel.getSong(index);
console.log(song.lyrics);
songIndex = song.id;
console.log(song.id);
if (song.backgroundType == "image") {
slideEditor.videoBackground = "";