From 2a0bcdf41ca0b4fcded128f301bcd0f448fca8f7 Mon Sep 17 00:00:00 2001 From: TOomaAh Date: Sat, 27 Jul 2024 00:11:22 +0200 Subject: [PATCH] fix: fix rate limiter index tvdb indexer --- server/api/indexer/tvdb/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/indexer/tvdb/index.ts b/server/api/indexer/tvdb/index.ts index 5419420a7..8d9bd82bd 100644 --- a/server/api/indexer/tvdb/index.ts +++ b/server/api/indexer/tvdb/index.ts @@ -30,7 +30,7 @@ class Tvdb extends ExternalAPI implements TvShowIndexer { nodeCache: cacheManager.getCache('tvdb').data, rateLimit: { maxRPS: 50, - id: 'tmdb', + id: 'tvdb', }, } );