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 \