Skip to content

Commit

Permalink
Merge pull request #95 from 0xBADEAFFE/main-pr1
Browse files Browse the repository at this point in the history
Fix the appearance of YouTube in the app
  • Loading branch information
throwaway96 authored Sep 12, 2023
2 parents af2098e + 3a7d478 commit bb0b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit bb0b9d0

Please sign in to comment.