continue uniformizing + ditch lodash for native JS methods.

This commit is contained in:
theofficialomega
2025-07-16 12:37:34 +02:00
parent 2f5d209f5f
commit d8e4372f22
13 changed files with 67 additions and 31 deletions

View File

@@ -7,8 +7,8 @@ const API_ENDPOINT = 'https://tv-at-prod.yo-digital.com/at-bifrost'
const headers = {
'Device-Id': crypto.randomUUID(),
app_key: 'CTnKA63ruKM0JM1doxAXwwyQLLmQiEiy',
app_version: '02.0.830',
'X-User-Agent': 'web|web|Firefox-120|02.0.830|1',
app_version: '02.0.1260',
'X-User-Agent': 'web|web|Firefox-120|02.0.1260|1',
'x-request-tracking-id': crypto.randomUUID()
}