From 54d5d473af2847cddde096693efa220e59914fa0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 17 Jul 2022 10:34:05 +0200 Subject: [PATCH] spotify: disable streams cleaning It seems it kills the wrong ones. --- bin/spotify-clean | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/spotify-clean b/bin/spotify-clean index 7da1b8f..04a2aa8 100755 --- a/bin/spotify-clean +++ b/bin/spotify-clean @@ -2,6 +2,7 @@ # Kill all spotify streams, except the most recent one. +exit 0 pw-cli dump short client \ | grep -F 'ap="spotify"' \ | head -n-1 \