change to searcher.try_next api call. fixes #177

This commit is contained in:
Clinton Hall 2013-09-14 15:58:54 +09:30
commit f22f0bedeb

View file

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