diff --git a/nicesong b/nicesong index 41adce6..6f064df 100755 --- a/nicesong +++ b/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