BREAKING: refactor: support api changes from player-parsers

BREAKING: environment variables NEXT_PUBLIC_*_PARSER_URL has been renamed to NEXT_PUBLIC_PLAYER_PARSER_URL

refactor: disable player experiment toggle if env var has not been found
fix/player-parsers(sibnet): add proto to media url response
This commit is contained in:
Kentai Radiquum 2025-07-07 15:14:37 +05:00
parent bfef935fd6
commit 869c934af2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 51 additions and 162 deletions

View file

@ -1,9 +1,9 @@
export const CURRENT_APP_VERSION = "3.7.0";
export const API_URL = "https://api.anixart.tv";
export const API_URL = "https://api.anixart.app";
export const API_PREFIX = "/api/proxy";
export const USER_AGENT =
"AnixartApp/8.2.1-23121216 (Android 9; SDK 28; arm64-v8a; samsung SM-G975N; en)";
"AnixartApp/9.0 BETA 5-25062213 (Android 9; SDK 28; arm64-v8a; samsung SM-G975N; en)";
export const ENDPOINTS = {
release: {