mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
change to searcher.try_next api call. fixes #177
This commit is contained in:
parent
ea80cbaf24
commit
f22f0bedeb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue