Swap TMDB API Key for TMDB API Token, add TMDB readme section

This commit is contained in:
Zack Boehm 2026-01-31 19:16:42 -05:00
parent faeca3459c
commit 2b093390a8
2 changed files with 8 additions and 3 deletions

View file

@ -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)