Skip to content
Snippets Groups Projects
Commit e828d9ed authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Disable autoplayback again

parent 08439605
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ Rectangle {
anchors.fill: stateImg
source: stateImg
color: colors.buttonText
visible: stateImg.source != ""
}
}
......@@ -102,7 +102,6 @@ Rectangle {
id: media
onError: console.log(errorString)
onStatusChanged: if(status == MediaPlayer.Loaded) progress.updatePositionTexts()
autoPlay: true
}
Connections {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment