mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Pass hash, not id
This commit is contained in:
parent
4c0c737933
commit
e07f8e6a9a
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
|
|||
|
||||
if inputCategory == cpsCategory:
|
||||
Logger.info("MAIN: Calling CouchPotatoServer to post-process: %s", inputName)
|
||||
result = autoProcessMovie.process(outputDestination, inputName, status, clientAgent, inputID)
|
||||
result = autoProcessMovie.process(outputDestination, inputName, status, clientAgent, inputHash)
|
||||
elif inputCategory == sbCategory:
|
||||
Logger.info("MAIN: Calling Sick-Beard to post-process: %s", inputName)
|
||||
result = autoProcessTV.processEpisode(outputDestination, inputName, status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue