Skip to content

Commit 7bb1376

Browse files
Quick fix for FreeTubeApp#8729
Same workaround implemented in yt-dlp/yt-dlp@d3165e8 and iv-org/invidious-companion@1786e15
1 parent 5dace20 commit 7bb1376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/helpers/api/local.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ async function createInnertube({ withPlayer = false, location = undefined, safet
108108
user_agent: navigator.userAgent,
109109

110110
retrieve_player: !!withPlayer,
111+
player_id: '9f4cc5e4',
111112
location: location,
112113
enable_safety_mode: !!safetyMode,
113114
client_type: clientType,

0 commit comments

Comments
 (0)