fix bitrate copy check
This commit is contained in:
parent
a2ece56108
commit
619a96520e
@ -10,7 +10,7 @@ checkCopy() {
|
|||||||
(( ${bitrate:-1000} == ${destinationquality[$destination]} )) \
|
(( ${bitrate:-1000} == ${destinationquality[$destination]} )) \
|
||||||
|| (
|
|| (
|
||||||
[ -n "${destinationmaxbps[$destination]}" ] \
|
[ -n "${destinationmaxbps[$destination]}" ] \
|
||||||
|| ((
|
&& ((
|
||||||
${bitrate:-1000}
|
${bitrate:-1000}
|
||||||
<= ${destinationmaxbps[$destination]:-0}
|
<= ${destinationmaxbps[$destination]:-0}
|
||||||
))
|
))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user