diff --git a/autoProcess/migratecfg.py b/autoProcess/migratecfg.py index e4389702..78cfe58a 100644 --- a/autoProcess/migratecfg.py +++ b/autoProcess/migratecfg.py @@ -328,7 +328,7 @@ def addnzbget(): envKeys = ['CATEGORY', 'HOST', 'PORT', 'USERNAME', 'PASSWORD', 'SSL', 'WEB_ROOT'] cfgKeys = ['mlCategory', 'host', 'port', 'username', 'password', 'ssl', 'web_root'] for index in range(len(envKeys)): - key = 'NZBPO_ML' + envKeys[index] + key = 'NZBPO_MY' + envKeys[index] if os.environ.has_key(key): option = cfgKeys[index] value = os.environ[key] diff --git a/changelog.txt b/changelog.txt index 4d3cbc78..e0e26f4a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,9 @@ Delete torrent if uselink = move Added forceClean for outputDir. Works in file permissions prevent CP/SB from moving files. Ignore .x264 from archive "part" checks. +Impacts NZBs +Fix setting of Mylar config from NZBGet. + V9.2 05/03/2014 Impacts All