From ac76be50143107d8f5fe57129cc8bcdb5c8a304a Mon Sep 17 00:00:00 2001 From: TOomaAh Date: Sun, 19 Jan 2025 21:03:50 +0100 Subject: [PATCH] refactor(tvdb): remove skyhook api --- 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 aabf945c..bb3f64ee 100644 --- a/server/api/tvdb/index.ts +++ b/server/api/tvdb/index.ts @@ -23,7 +23,7 @@ interface TvdbConfig { } const DEFAULT_CONFIG: TvdbConfig = { - baseUrl: 'https://skyhook.sonarr.tv/v1/tvdb/shows', + baseUrl: 'https://api4.thetvdb.com/v4', maxRequestsPerSecond: 50, cachePrefix: 'tvdb' as const, };