Script Change
Turns out the link given by playerctl works now, no need to pipe through sed.
This commit is contained in:
parent
2d829460ef
commit
47515afdf9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue