🐛 fix(bin): downloadSpotify changes in the file names

This commit is contained in:
Sergio Laín 2024-04-04 11:26:11 +02:00
parent eb93918961
commit 53cc5add22
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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