1.9 bug fix
This commit is contained in:
parent
11731efc91
commit
1588a57210
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="1.8"
|
scriptVersion="1.9"
|
||||||
scriptName="Audio"
|
scriptName="Audio"
|
||||||
|
|
||||||
log () {
|
log () {
|
||||||
|
@ -137,7 +137,7 @@ Configuration () {
|
||||||
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
|
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "Download Location: $"
|
log "Download Location: $downloadPath"
|
||||||
|
|
||||||
|
|
||||||
log "Output format: $audioFormat"
|
log "Output format: $audioFormat"
|
||||||
|
|
Loading…
Reference in a new issue