feat(tvdb): get tv seasons/episodes with tvdb

This commit is contained in:
TOomaAh
2024-07-26 23:56:22 +02:00
parent 368ecf8771
commit 26e22e9dba
51 changed files with 922 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ const DEFAULT_TTL = 300;
// 10 seconds default rolling buffer (in ms)
const DEFAULT_ROLLING_BUFFER = 10000;
interface ExternalAPIOptions {
export interface ExternalAPIOptions {
nodeCache?: NodeCache;
headers?: Record<string, unknown>;
rateLimit?: {