mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-20 23:38:19 -04:00
style: tvdb.login to tvdb.test
This commit is contained in:
@@ -55,7 +55,7 @@ class Tvdb extends ExternalAPI implements TvShowIndexer {
|
||||
this.tmdb = new TheMovieDb();
|
||||
}
|
||||
|
||||
public async login(): Promise<TvdbLoginResponse> {
|
||||
public async test(): Promise<TvdbLoginResponse> {
|
||||
try {
|
||||
return await this.get<TvdbLoginResponse>('/en/445009', {});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user