setup: fix higher-than
in rare cases, no pattern would be recognized as a valid bitrate for "higher-than"
This commit is contained in:
parent
8f84cc87bb
commit
3fd7a11bed
@ -451,7 +451,6 @@ setupDestination() {
|
|||||||
echo "Invalid frequency value: $value" >&2
|
echo "Invalid frequency value: $value" >&2
|
||||||
comeagain
|
comeagain
|
||||||
fi
|
fi
|
||||||
unset expr
|
|
||||||
}
|
}
|
||||||
comeagain
|
comeagain
|
||||||
if [ -n "${destinationfrequency["$destination"]}" ] \
|
if [ -n "${destinationfrequency["$destination"]}" ] \
|
||||||
@ -492,4 +491,5 @@ setupDestination() {
|
|||||||
fi
|
fi
|
||||||
destinationmaxbps[$destination]="$value"
|
destinationmaxbps[$destination]="$value"
|
||||||
unset regen
|
unset regen
|
||||||
|
unset expr
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user