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