Skip to content

Commit

Permalink
Merge pull request #13 from IIIBlueberry/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
natis1 authored May 12, 2020
2 parents b28c5f5 + 9699964 commit 520c74e
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 520c74e

Please sign in to comment.