fix: fix rate limiter index tvdb indexer

This commit is contained in:
TOomaAh
2024-07-27 00:11:22 +02:00
parent 79e542ef12
commit 2a0bcdf41c

View File

@@ -30,7 +30,7 @@ class Tvdb extends ExternalAPI implements TvShowIndexer {
nodeCache: cacheManager.getCache('tvdb').data,
rateLimit: {
maxRPS: 50,
id: 'tmdb',
id: 'tvdb',
},
}
);