Swap TMDB API Key for TMDB API Token, add TMDB readme section
This commit is contained in:
parent
faeca3459c
commit
2b093390a8
2 changed files with 8 additions and 3 deletions
|
|
@ -556,8 +556,8 @@ export class MediaDbSettingTab extends PluginSettingTab {
|
|||
apiKeyGroup.addSetting(
|
||||
setting =>
|
||||
void setting
|
||||
.setName('TMDB API key')
|
||||
.setDesc('API key for "https://www.themoviedb.org".')
|
||||
.setName('TMDB API Token')
|
||||
.setDesc('API Read Access Token for "https://www.themoviedb.org".')
|
||||
.addText(cb => {
|
||||
cb.setPlaceholder('API key')
|
||||
.setValue(this.plugin.settings.TMDBKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue