Disable autoplayback again

remotes/origin/0.7.0-dev
Nicolas Werner 5 years ago
parent 084396059b
commit e828d9ed7b
  1. 1
      resources/qml/StatusIndicator.qml
  2. 1
      resources/qml/delegates/PlayableMediaMessage.qml

@ -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 {

Loading…
Cancel
Save