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.
make-only-subtitle-default
azokeo 4 years ago committed by GitHub
parent f6f0be97a2
commit fae7901093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save