Page MenuHomePhorge

D51.1726932624.diff
No OneTemporary

D51.1726932624.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, Sep 21, 8:30 AM (20 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17098
Default Alt Text
D51.1726932624.diff (786 B)

Event Timeline