🐛 fix(bin): downloadSpotify changes in the file names
This commit is contained in:
parent
eb93918961
commit
53cc5add22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue