mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
cleanup and a few fixes. #288
This commit is contained in:
parent
c74f9d08a9
commit
a9556dd7a0
5 changed files with 11 additions and 8 deletions
|
@ -61,6 +61,8 @@ def migrate():
|
|||
if option == "failed_fork": # change this old format
|
||||
option = "fork"
|
||||
value = "auto"
|
||||
if option == "fork" and value in ["TPB", "TPB-failed", "Pistachitos"]: # Merge all these to "auto"
|
||||
value = "auto"
|
||||
if option == "outputDirectory": # move this to new location format
|
||||
value = os.path.split(os.path.normpath(value))[0]
|
||||
confignew.set("Torrent", option, value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue