adding some more todos and refactoring getSong so it's more future proof

This commit is contained in:
Chris Cochrun 2022-04-05 08:21:16 -05:00
parent e52d44f937
commit deb620a2eb
6 changed files with 89 additions and 55 deletions

View file

@ -27,6 +27,11 @@ Item {
Component.onCompleted: updateHAlignment(textAlignment)
function loadVideo() {
representation.loadVideo();
representation.pause();
}
function updateHAlignment(alignment) {
switch (alignment) {
case "left" :