Generate local API sessions locally (#3052)

This commit is contained in:
absidue 2023-01-12 07:54:09 +01:00 committed by GitHub
parent 597cf8a66f
commit 0c69fc23e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ async function createInnertube(options = { withPlayer: false, location: undefine
// use browser fetch
fetch: (input, init) => fetch(input, init),
cache
cache,
generate_session_locally: true
})
}