mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Migrate old key #1710
This commit is contained in:
parent
2378ac17cf
commit
505dc639af
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue