There was an error while loading. Please reload this page.
1 parent 490953f commit 76d7373Copy full SHA for 76d7373
1 file changed
package/contents/ui/main.qml
@@ -76,7 +76,7 @@ WallpaperItem {
76
return play;
77
}
78
property bool playing: {
79
- return (shouldPlay && !batteryPausesVideo && !screenLocked && !screenIsOff && !effectPauseVideo) || effectPlayVideo;
+ return ((shouldPlay && !batteryPausesVideo && !screenLocked && !screenIsOff && !effectPauseVideo) || effectPlayVideo) && videosConfig.length !== 0;
80
81
property bool shouldBlur: {
82
if (videosConfig.length == 0) {
0 commit comments