mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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':
|
if sectionName == 'HeadPhones':
|
||||||
nzbtomedia.NOFLATTEN.extend(
|
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()
|
now = datetime.datetime.now()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue