From d945767751b0a19c737f11c13d5921b586430953 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 22 Jul 2022 14:43:35 +0200 Subject: [PATCH] spotify: need more time to figure out which stream is the active one --- bin/spotify-clean | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/spotify-clean b/bin/spotify-clean index 8521bc5..bb78790 100755 --- a/bin/spotify-clean +++ b/bin/spotify-clean @@ -2,6 +2,7 @@ # Kill all spotify streams, except the most recent (old?) one. +exit 0 pw-cli dump short client \ | grep -F 'ap="spotify"' \ | tail -n+2 \