revert media.searcher to movie.searcher.

This commit is contained in:
clinton-hall 2013-12-13 20:06:00 +10:30
parent a0a9d88dee
commit 22c07653cb

View file

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