adding some more todos and refactoring getSong so it's more future proof
This commit is contained in:
parent
e52d44f937
commit
deb620a2eb
6 changed files with 89 additions and 55 deletions
|
@ -27,6 +27,11 @@ Item {
|
|||
|
||||
Component.onCompleted: updateHAlignment(textAlignment)
|
||||
|
||||
function loadVideo() {
|
||||
representation.loadVideo();
|
||||
representation.pause();
|
||||
}
|
||||
|
||||
function updateHAlignment(alignment) {
|
||||
switch (alignment) {
|
||||
case "left" :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue