diff --git a/core/configuration.py b/core/configuration.py index 13dc8f72..134c05d5 100644 --- a/core/configuration.py +++ b/core/configuration.py @@ -191,6 +191,9 @@ class ConfigObj(configobj.ConfigObj, Section): if option == 'forceClean': CFG_NEW['General']['force_clean'] = value values.pop(option) + if option == 'qBittorrenHost': #We had a typo that is now fixed. + CFG_NEW['Torrent']['qBittorrentHost'] = value + values.pop(option) if section in ['Transcoder']: if option in ['niceness']: CFG_NEW['Posix'][option] = value