refactor(tvdb): remove skyhook api

This commit is contained in:
TOomaAh
2025-01-19 21:03:50 +01:00
parent 4dcb308955
commit ac76be5014

View File

@@ -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,
};