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:
azokeo 2021-10-26 17:08:18 +02:00 committed by GitHub
parent f6f0be97a2
commit fae7901093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ const details = () => ({
},
{
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',