From da84b1641082229cc9b3c0e11d55539fafabcad4 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 6 May 2025 00:23:09 +0800 Subject: [PATCH] chore: add project-wide apikey for tvdb --- server/api/tvdb/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/tvdb/index.ts b/server/api/tvdb/index.ts index 02a14fbf..5fb2ed5f 100644 --- a/server/api/tvdb/index.ts +++ b/server/api/tvdb/index.ts @@ -115,7 +115,7 @@ class Tvdb extends ExternalAPI implements TvShowProvider { async login(): Promise { let body: { apiKey: string; pin?: string } = { - apiKey: process.env.TVDB_API_KEY || '', + apiKey: 'f56d076811349c5ce414038f8cd27d40f40e', }; if (this.pin) {