Update mojmaxtv.hrvatskitelekom.hr.config.js

This commit is contained in:
nirvana-7777 2025-02-21 13:44:17 +01:00 committed by GitHub
parent 893f741473
commit 09e96c5d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,9 +28,6 @@ const API_ENDPOINT = `https://tv-${NATCO_CODE}-prod.yo-digital.com/${NATCO_CODE}
const DEVICE_ID = crypto.randomUUID() const DEVICE_ID = crypto.randomUUID()
const SESSION_ID = crypto.randomUUID() const SESSION_ID = crypto.randomUUID()
// Set of known role names for quick lookup
const KNOWN_ROLES = new Set(Object.values(ROLE_TYPES))
const cached = {} const cached = {}
const getHeaders = () => ({ const getHeaders = () => ({