From f92e8dfacbdd0df29e3dc406e956cf82cbd401c2 Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Fri, 21 Jun 2024 10:03:03 -0700 Subject: [PATCH] spelling fix --- modules/module.api-urls.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/module.api-urls.ts b/modules/module.api-urls.ts index 993058c..2c4a3c3 100644 --- a/modules/module.api-urls.ts +++ b/modules/module.api-urls.ts @@ -41,7 +41,7 @@ export type APIType = { /** * Mobile Header */ - cruncyhAuthHeaderMob: Record, + crunchyAuthHeaderMob: Record, /** * Switch Header */ @@ -85,7 +85,7 @@ const api: APIType = { beta_cms: `${domain.api_beta}/cms/v2`, drm: `${domain.api_beta}/drm/v1/auth`, crunchyAuthHeader: {}, - cruncyhAuthHeaderMob: {}, + crunchyAuthHeaderMob: {}, crunchyAuthHeaderSwitch: {}, //hidive API hd_apikey: '508efd7b42d546e19cc24f4d0b414e57e351ca73', @@ -104,9 +104,11 @@ const api: APIType = { api.crunchyAuthHeader = { Authorization: api.authBasic, }; -api.cruncyhAuthHeaderMob = { + +api.crunchyAuthHeaderMob = { Authorization: api.authBasicMob, }; + api.crunchyAuthHeaderSwitch = { Authorization: api.authBasicSwitch, };