From bb735586b0136d88305c66762709d2b4c33db507 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 7 May 2026 19:56:11 +0200 Subject: [PATCH] updae --- nicesong | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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