mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 14:28:15 -04:00
fix: fix rate limiter index tvdb indexer
This commit is contained in:
@@ -30,7 +30,7 @@ class Tvdb extends ExternalAPI implements TvShowIndexer {
|
||||
nodeCache: cacheManager.getCache('tvdb').data,
|
||||
rateLimit: {
|
||||
maxRPS: 50,
|
||||
id: 'tmdb',
|
||||
id: 'tvdb',
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user