mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Say use v3 api key in tooltip. (#183)
On TMDB api page there is a choice between v3 or v4 api key, specify wich one to use in tooltip, had to figure that one by trial and error.
This commit is contained in:
parent
f6f0be97a2
commit
fae7901093
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const details = () => ({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'api_key',
|
name: 'api_key',
|
||||||
tooltip: 'Input your TMDB api key here. (https://www.themoviedb.org/)',
|
tooltip: 'Input your TMDB api (v3) key here. (https://www.themoviedb.org/)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'radarr_api_key',
|
name: 'radarr_api_key',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue