From fae79010932cdb3cd364ff3a8c31a48b4b37940c Mon Sep 17 00:00:00 2001 From: azokeo Date: Tue, 26 Oct 2021 17:08:18 +0200 Subject: [PATCH] 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. --- Community/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js b/Community/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js index cb13d26..41da4c0 100644 --- a/Community/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js +++ b/Community/Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng.js @@ -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',