This commit is contained in:
parent
ffe05a8531
commit
abdbda191b
@ -596,10 +596,10 @@ class ModifyEncodeResource(Resource):
|
|||||||
encode.bitrate = encodeobj['bitrate']
|
encode.bitrate = encodeobj['bitrate']
|
||||||
|
|
||||||
if 'width' in encodeobj:
|
if 'width' in encodeobj:
|
||||||
encode.bitrate = encodeobj['width']
|
encode.width = encodeobj['width']
|
||||||
|
|
||||||
if 'height' in encodeobj:
|
if 'height' in encodeobj:
|
||||||
encode.bitrate = encodeobj['height']
|
encode.height = encodeobj['height']
|
||||||
|
|
||||||
currentoutputneighbours = encode.children
|
currentoutputneighbours = encode.children
|
||||||
currentoutputneighboursids = []
|
currentoutputneighboursids = []
|
||||||
|
Loading…
Reference in New Issue
Block a user