Page MenuHomePhorge

D51.1732389189.diff
No OneTemporary

Size
786 B
Referenced Files
None
Subscribers
None

D51.1732389189.diff

diff --git a/src/contents/ui/event-types/Video.qml b/src/contents/ui/event-types/Video.qml
--- a/src/contents/ui/event-types/Video.qml
+++ b/src/contents/ui/event-types/Video.qml
@@ -51,8 +51,6 @@
property var video: Video {
id: video
source: videoUri
- autoLoad: false
- autoPlay: false
loops: MediaPlayer.Infinite
@@ -86,14 +84,6 @@
}
}
- onStatusChanged: {
- console.log('status = ', video.status);
- }
-
- onPlaybackStateChanged: {
- console.log('playback state = ', video.playbackState);
- }
-
function playOrPause() {
console.log('playback state ==', video.playbackState);
if (video.playbackState == MediaPlayer.PlayingState) {

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 11:13 AM (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39217
Default Alt Text
D51.1732389189.diff (786 B)

Event Timeline