chore: add project-wide apikey for tvdb

This commit is contained in:
fallenbagel
2025-05-06 00:23:09 +08:00
committed by TOomaAh
parent bade7f5139
commit da84b16410

View File

@@ -115,7 +115,7 @@ class Tvdb extends ExternalAPI implements TvShowProvider {
async login(): Promise<TvdbLoginResponse> {
let body: { apiKey: string; pin?: string } = {
apiKey: process.env.TVDB_API_KEY || '',
apiKey: 'f56d076811349c5ce414038f8cd27d40f40e',
};
if (this.pin) {