Skip to content

Commit

Permalink
Merge pull request #240 from fire332/fix-missing-voicesearch
Browse files Browse the repository at this point in the history
Fix missing voice search
  • Loading branch information
fire332 authored Dec 25, 2024
2 parents d0e93af + 68b9fa3 commit 4652116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export function extractLaunchParams() {
function getYTURL() {
const ytURL = new URL('https://www.youtube.com/tv#/');
ytURL.searchParams.append('env_forceFullAnimation', '1');
ytURL.searchParams.append('env_enableWebSpeech', '1');
ytURL.searchParams.append('env_enableVoice', '1');
return ytURL;
}

Expand Down

0 comments on commit 4652116

Please sign in to comment.