mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Corrected lookup endpoint param name
This commit is contained in:
parent
e5638dda65
commit
1bc893b7b9
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ const getId = async (
|
|||
? Number(
|
||||
(await args.deps.axios({
|
||||
method: 'get',
|
||||
url: `${arrHost}/api/v3/movie/lookup?terms=imdb:${imdbId}`,
|
||||
url: `${arrHost}/api/v3/movie/lookup?term=imdb:${imdbId}`,
|
||||
headers,
|
||||
})).data?.id ?? -1,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue