Script Change

Turns out the link given by playerctl works now, no need to pipe through
sed.
This commit is contained in:
Gokul Swami 2021-02-15 17:20:44 -08:00
parent 2d829460ef
commit 47515afdf9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [ ! -d $tmp_dir ]; then
mkdir -p $tmp_dir
fi
link="$(playerctl metadata mpris:artUrl | sed -e 's/open.spotify.com/i.scdn.co/g')"
link="$(playerctl metadata mpris:artUrl)"
curl -s "$link" --output $tmp_cover_path