Skip to content

Commit

Permalink
refactor(tvdb): remove skyhook api
Browse files Browse the repository at this point in the history
  • Loading branch information
TOomaAh committed Jan 19, 2025
1 parent 973e8d1 commit a54c360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/tvdb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit a54c360

Please sign in to comment.