mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fixed bug in autoProcessTV related to manual run
This commit is contained in:
parent
dbce4d9c95
commit
dd9b2a6503
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def processEpisode(dirName, nzbName=None, failed=False, clientAgent = "manual",
|
|||
# auto-detect fork type
|
||||
fork, params = autoFork()
|
||||
|
||||
if fork not in SICKBEARD_TORRENT or (clientAgent in ['nzbget','sabnzbd'] and nzbExtractionBy != "Destination"):
|
||||
if nzbName and fork not in SICKBEARD_TORRENT or (clientAgent in ['nzbget','sabnzbd'] and nzbExtractionBy != "Destination"):
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
nzbName, dirName = convert_to_ascii(nzbName, dirName)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue