Fix artUrl staying the same when the new value is empty
This commit is contained in:
parent
d3b5cdeb12
commit
aa4ddbe863
|
@ -59,6 +59,10 @@ fi
|
|||
|
||||
tmp_cover_path="${tmp_dir}cover.png"
|
||||
|
||||
if [ -f ${tmp_dir}cover.png ]; then
|
||||
rm ${tmp_dir}cover.png
|
||||
fi
|
||||
|
||||
if [ ! -d "$tmp_dir" ]; then
|
||||
mkdir -p $tmp_dir
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue