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 \