mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
fix merge conflict with recent ombdapi. Fixes #1266
This commit is contained in:
parent
098135263a
commit
d132bdcb3a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class autoProcessMovie(object):
|
||||||
else:
|
else:
|
||||||
extract = int(cfg.get("extract", 0))
|
extract = int(cfg.get("extract", 0))
|
||||||
|
|
||||||
imdbid = find_imdbid(dirName, inputName)
|
imdbid = find_imdbid(dirName, inputName, omdbapikey)
|
||||||
if section == "CouchPotato":
|
if section == "CouchPotato":
|
||||||
baseURL = "{0}{1}:{2}{3}/api/{4}/".format(protocol, host, port, web_root, apikey)
|
baseURL = "{0}{1}:{2}{3}/api/{4}/".format(protocol, host, port, web_root, apikey)
|
||||||
if section == "Radarr":
|
if section == "Radarr":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue