tweaks to making songs work
This commit is contained in:
parent
8af7c9bb6d
commit
eb899a9965
3 changed files with 27 additions and 5 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue