Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/natis1/enkode
Browse files Browse the repository at this point in the history
  • Loading branch information
natis1 committed May 12, 2020
2 parents d208963 + 520c74e commit f603d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qencoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def changePresetSimple(self, i):

def getAudioBitrate(self, iindex):
if (iindex < 8):
return self.audiobitratedic[iindex]
return self.audiobitratedict[iindex]
else:
return self.spinBox_audio.value()

Expand Down

0 comments on commit f603d52

Please sign in to comment.