From c712c546c3c4b5b3766ac77205ccef683eb51545 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 15 Mar 2026 04:07:48 -0500 Subject: [PATCH] fix(Session): Add the ID for ANDROID_VR, remove the mistaken ANDROID_TV key. (#1151) --- src/utils/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 4c86dafd..abe40659 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -114,7 +114,7 @@ export const CLIENT_NAME_IDS = { ANDROID: '3', ANDROID_CREATOR: '14', ANDROID_MUSIC: '21', - ANDROID_TV: '28', + ANDROID_VR: '28', TVHTML5: '7', TVHTML5_SIMPLY: '74', TVHTML5_SIMPLY_EMBEDDED_PLAYER: '85',