mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
update to use Mylar api. Fixes #1374
This commit is contained in:
parent
003febeafe
commit
93b4fbf0e1
5 changed files with 25 additions and 25 deletions
|
@ -157,7 +157,7 @@ class ConfigObj(configobj.ConfigObj, Section):
|
|||
if option == ['outputDirectory']:
|
||||
CFG_NEW['Torrent'][option] = os.path.split(os.path.normpath(value))[0]
|
||||
values.pop(option)
|
||||
if section in ['CouchPotato', 'HeadPhones', 'Gamez']:
|
||||
if section in ['CouchPotato', 'HeadPhones', 'Gamez', 'Mylar']:
|
||||
if option in ['username', 'password']:
|
||||
values.pop(option)
|
||||
if section in ["SickBeard", "Mylar"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue