Adds Mopidy-Pandora support.

This commit is contained in:
Werner Beroux
2018-07-24 16:59:07 +02:00
parent 13ca60e50e
commit 055bb494ec
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [[ "$PULSE_COOKIE_DATA" != "" ]]
if [ -z "$PULSE_COOKIE_DATA" ]
then
echo -ne $(echo $PULSE_COOKIE_DATA | sed -e 's/../\\x&/g') >$HOME/pulse.cookie
export PULSE_COOKIE=$HOME/pulse.cookie