diff --git a/lib/copy/checkCopy b/lib/copy/checkCopy index 45cd185..44738dd 100644 --- a/lib/copy/checkCopy +++ b/lib/copy/checkCopy @@ -10,7 +10,7 @@ checkCopy() { (( ${bitrate:-1000} == ${destinationquality[$destination]} )) \ || ( [ -n "${destinationmaxbps[$destination]}" ] \ - || (( + && (( ${bitrate:-1000} <= ${destinationmaxbps[$destination]:-0} ))