style: tvdb.login to tvdb.test

This commit is contained in:
TOomaAh
2024-10-26 16:13:52 +02:00
parent 61ecf74b28
commit 6f8d4bf00a
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {