From d762123a015da881e0e07452caad5a04ff6bd451 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 6 May 2025 09:32:52 +0800 Subject: [PATCH] chore: add correct application-wide key --- 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 5fb2ed5f..b083ebf1 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: 'f56d076811349c5ce414038f8cd27d40f40e', + apiKey: 'd00d9ecb-a9d0-4860-958a-74b14a041405', }; if (this.pin) {