This commit is contained in:
Jaroslaw Konik 2026-05-07 19:56:11 +02:00
parent 0aee5a8029
commit bb735586b0

View file

@ -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