copypaste much
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-12-08 00:12:50 +01:00
parent ffe05a8531
commit abdbda191b
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []