From f70e47ce24276e6a1164da507f8ea3af14ea207a Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 6 Oct 2019 03:26:30 -0700 Subject: [PATCH] Small fix. --- imports/Spectral/Component/Timeline/VideoDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/Spectral/Component/Timeline/VideoDelegate.qml b/imports/Spectral/Component/Timeline/VideoDelegate.qml index 52de8cc0f..c91235e2b 100644 --- a/imports/Spectral/Component/Timeline/VideoDelegate.qml +++ b/imports/Spectral/Component/Timeline/VideoDelegate.qml @@ -139,7 +139,7 @@ RowLayout { Label { anchors.centerIn: parent - visible: vid.playbackState != MediaPlayer.PlayingState + visible: vid.playbackState == MediaPlayer.StoppedState || vid.error != MediaPlayer.NoError color: "white" text: "Video" font.pixelSize: 16