spotify: disable streams cleaning

It seems it kills the wrong ones.
This commit is contained in:
Vincent Bernat 2022-07-17 10:34:05 +02:00
parent 8b891bbf8d
commit 54d5d473af

View file

@ -2,6 +2,7 @@
# Kill all spotify streams, except the most recent one. # Kill all spotify streams, except the most recent one.
exit 0
pw-cli dump short client \ pw-cli dump short client \
| grep -F 'ap="spotify"' \ | grep -F 'ap="spotify"' \
| head -n-1 \ | head -n-1 \