diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 793fb5cd..d19c097c 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -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)