mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
fix for HeadPhone directory preservation.
This commit is contained in:
parent
62ea41e7b2
commit
0cf1fa0565
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def processTorrent(inputDirectory, inputName, inputCategory, inputHash, inputID,
|
|||
|
||||
if sectionName == 'HeadPhones':
|
||||
nzbtomedia.NOFLATTEN.extend(
|
||||
section.sections) # Make sure we preserve folder structure for HeadPhones.
|
||||
inputCategory) # Make sure we preserve folder structure for HeadPhones.
|
||||
|
||||
now = datetime.datetime.now()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue