writeConfig(): fix format-specific parameters loop
This commit is contained in:
parent
daac6e00e5
commit
a2ee934149
@ -68,7 +68,7 @@ path ${destinationpath["$destination"]}
|
||||
format ${destinationformat["$destination"]}
|
||||
|
||||
EOCfg
|
||||
case "${destinationformat[@]}" in
|
||||
case "${destinationformat["$destination"]}" in
|
||||
vorbis)
|
||||
cat <<-EOCfg
|
||||
# Ogg parameters:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user