Disable autoplayback again

This commit is contained in:
Nicolas Werner 2019-10-06 15:26:02 +02:00
parent 084396059b
commit e828d9ed7b
2 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@ Rectangle {
anchors.fill: stateImg
source: stateImg
color: colors.buttonText
visible: stateImg.source != ""
}
}

View File

@ -102,7 +102,6 @@ Rectangle {
id: media
onError: console.log(errorString)
onStatusChanged: if(status == MediaPlayer.Loaded) progress.updatePositionTexts()
autoPlay: true
}
Connections {