change failed url to media_id

This commit is contained in:
clinton-hall 2014-03-22 07:30:17 +10:30
parent 59264f55ad
commit efe4804d99

View file

@ -268,7 +268,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id
Logger.error("Exiting autoProcessMovie script")
return 1 # failure
url = baseURL + "movie.searcher.try_next/?id=" + movie_id
url = baseURL + "movie.searcher.try_next/?media_id=" + movie_id
Logger.debug("Opening URL: %s", url)