refactor(tvdb): fix apikey

This commit is contained in:
TOomaAh
2025-04-16 03:12:24 +02:00
committed by TOomaAh
parent 227533a691
commit e52cb4a7f8

View File

@@ -115,8 +115,7 @@ class Tvdb extends ExternalAPI implements TvShowIndexer {
async login(): Promise<TvdbLoginResponse> {
let body: { apiKey: string; pin?: string } = {
apiKey:
process.env.TVDB_API_KEY || 'e4428e99-1c35-4500-9534-e13c1193b428',
apiKey: process.env.TVDB_API_KEY || '',
};
if (this.pin) {