1.9 bug fix

This commit is contained in:
RandomNinjaAtk 2023-07-15 11:05:54 -04:00 committed by GitHub
parent 11731efc91
commit 1588a57210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="1.8"
scriptVersion="1.9"
scriptName="Audio"
log () {
@ -137,7 +137,7 @@ Configuration () {
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
fi
log "Download Location: $"
log "Download Location: $downloadPath"
log "Output format: $audioFormat"