updae
This commit is contained in:
parent
0aee5a8029
commit
bb735586b0
1 changed files with 1 additions and 1 deletions
2
nicesong
2
nicesong
|
|
@ -30,7 +30,7 @@ if [[ "$confirm" =~ ^[Yy]$ ]]; then
|
|||
file="$(ls "$tmpdir"/* 2>/dev/null | head -n1)"
|
||||
|
||||
if [[ -n "$file" ]]; then
|
||||
beet import --from-scratch -s "$file"
|
||||
beet import --from-scratch "$file"
|
||||
else
|
||||
echo "Download failed. Even chaos has limits."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue