From 505dc639af207120b0defd0890386408f8aa021c Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 24 Jan 2020 22:53:54 +1300 Subject: [PATCH] Migrate old key #1710 --- core/configuration.py | 3 +++ 1 file changed, 3 insertions(+) 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