VideoDelegate: Detect if the server supports streaming videos.
This commit is contained in:
@@ -76,7 +76,7 @@ RowLayout {
|
||||
|
||||
onClicked: {
|
||||
if (audio.playbackState == Audio.PlayingState) {
|
||||
audio.stop()
|
||||
audio.pause()
|
||||
} else {
|
||||
audio.play()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user