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