Page MenuHomePhorge

D51.1732348141.diff
No OneTemporary

Size
786 B
Referenced Files
None
Subscribers
None

D51.1732348141.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
Fri, Nov 22, 11:49 PM (12 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39217
Default Alt Text
D51.1732348141.diff (786 B)

Event Timeline