diff --git a/Services/CavaService.qml b/Services/CavaService.qml index 30495da3..cdc0c15b 100644 --- a/Services/CavaService.qml +++ b/Services/CavaService.qml @@ -37,6 +37,7 @@ Singleton { Process { id: process stdinEnabled: true + running: true // Yes, cava should run at all times! Even if no mpris is available. command: ["cava", "-p", "/dev/stdin"] onExited: { stdinEnabled = true