mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
fix noFlatten for SICKBEARD_TORRENT. fixes #262
This commit is contained in:
parent
52f5715405
commit
9e5ac17b37
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
|
|||
useLink = 'no' # default to copy.
|
||||
|
||||
if inputCategory in sbCategory and sbFork in SICKBEARD_TORRENT: # Don't flatten when sending to SICKBEARD_TORRENT
|
||||
noFlatten.extend(inputCategory)
|
||||
noFlatten.extend(sbCategory)
|
||||
|
||||
outputDestinationMaster = outputDestination # Save the original, so we can change this within the loop below, and reset afterwards.
|
||||
now = datetime.datetime.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue