From 3a7d47838621f844167497f1ffdc4d6de57ab931 Mon Sep 17 00:00:00 2001 From: Vincent Thiele <959709+0xBADEAFFE@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:02:51 +0200 Subject: [PATCH] Fixed YouTube TV appearance --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index bc681255..e3c1cd82 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,4 +1,4 @@ -const YT_BASE_URL = new URL('https://www.youtube.com/tv#/'); +const YT_BASE_URL = new URL('https://www.youtube.com/tv#/?launch=menu&env_forceFullAnimation=1/'); const CONTENT_INTENT_REGEX = /^.+(?=Content)/g; export function extractLaunchParams() {