From 53cc5add2296ca10872a51309d6ef3455e0dda97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 4 Apr 2024 11:26:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(bin):=20downloadSpotify=20ch?= =?UTF-8?q?anges=20in=20the=20file=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/downloadSpotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/downloadSpotify b/.local/bin/downloadSpotify index f046f104..1eae26ad 100755 --- a/.local/bin/downloadSpotify +++ b/.local/bin/downloadSpotify @@ -23,7 +23,7 @@ notify "Started syncing..." for FOLDER in "${FOLDERS[@]}"; do cd "$HOME/Musica/Listen-To/$FOLDER" || continue - spotdl sync "${FOLDER,,}.sync.spotdl" + spotdl sync "${FOLDER,,}.spotdl" notify "$FOLDER synced" done