Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Feb 22, 2024
1 parent a6cb20b commit cb29229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/helpers/api/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export async function getLocalVideoInfo(id, attemptBypass = false) {
// that's fine as we have most of the information from the original getInfo request
info = await innertube.getBasicInfo(id, 'TV_EMBEDDED')
} else {
const innertube = await createInnertube({ withPlayer: true, generateSessionLocally: false })
const innertube = await createInnertube({ withPlayer: true, generateSessionLocally: true })
player = innertube.actions.session.player

info = await innertube.getInfo(id)
Expand Down

0 comments on commit cb29229

Please sign in to comment.