mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
This commit is contained in:
parent
0eadf394c1
commit
8e073de00a
5 changed files with 10 additions and 7 deletions
|
@ -136,7 +136,7 @@ class autoProcessTV:
|
|||
|
||||
if fork not in nzbtomedia.SICKBEARD_TORRENT or (clientAgent in ['nzbget','sabnzbd'] and nzbExtractionBy != "Destination"):
|
||||
if inputName:
|
||||
process_all_exceptions(inputName.lower(), dirName)
|
||||
process_all_exceptions(inputName, dirName)
|
||||
inputName, dirName = convert_to_ascii(inputName, dirName)
|
||||
|
||||
# Now check if tv files exist in destination.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue