Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmartian committed Feb 3, 2017
1 parent 170dbfb commit e920e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__(self, settings: QSettings):
def save(self) -> None:
self.settings.setValue('dl_pagecount', self.dlpagecount_comboBox.currentText())
self.settings.setValue('realdebrid_apitoken', self.realdebridtoken_lineEdit.text())
self.settings.setValue('download_manager', self.dlmanager_comboBox.currentText())
self.settings.setValue('download_manager', self.dlmanager_comboBox.currentText().lower())
if self.dlmanager_comboBox.currentText() == 'aria2':
self.settings.setValue('aria2_rpc_host', self.aria2rpchost_lineEdit.text())
self.settings.setValue('aria2_rpc_port', self.aria2rpcport_lineEdit.text())
Expand Down

0 comments on commit e920e78

Please sign in to comment.