Skip to content

Commit 4652116

Browse files
authored
Merge pull request #240 from fire332/fix-missing-voicesearch
Fix missing voice search
2 parents d0e93af + 68b9fa3 commit 4652116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export function extractLaunchParams() {
1111
function getYTURL() {
1212
const ytURL = new URL('https://www.youtube.com/tv#/');
1313
ytURL.searchParams.append('env_forceFullAnimation', '1');
14+
ytURL.searchParams.append('env_enableWebSpeech', '1');
15+
ytURL.searchParams.append('env_enableVoice', '1');
1416
return ytURL;
1517
}
1618

0 commit comments

Comments
 (0)