mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
chore: add correct application-wide key
This commit is contained in:
@@ -115,7 +115,7 @@ class Tvdb extends ExternalAPI implements TvShowProvider {
|
||||
|
||||
async login(): Promise<TvdbLoginResponse> {
|
||||
let body: { apiKey: string; pin?: string } = {
|
||||
apiKey: 'f56d076811349c5ce414038f8cd27d40f40e',
|
||||
apiKey: 'd00d9ecb-a9d0-4860-958a-74b14a041405',
|
||||
};
|
||||
|
||||
if (this.pin) {
|
||||
|
||||
Reference in New Issue
Block a user