VideoDelegate: Detect if the server supports streaming videos.

This commit is contained in:
Black Hat
2019-10-06 02:44:28 -07:00
parent b8f6a1d45f
commit e79d5f47d4
2 changed files with 40 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ RowLayout {
onClicked: {
if (audio.playbackState == Audio.PlayingState) {
audio.stop()
audio.pause()
} else {
audio.play()
}