add missing user_agent for innertubeEmbeddedClient
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m14s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m14s
This commit is contained in:
parent
f6604f42dd
commit
8f03166903
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export const innertubeEmbeddedClient = await Innertube.create({
|
|||
retrieve_player: false,
|
||||
fetch: getFetchClient(konfigStore),
|
||||
cookie: innertubeClientCookies || undefined,
|
||||
user_agent: USER_AGENT,
|
||||
});
|
||||
|
||||
const poTokenRefreshInterval = Deno.env.get("FREQUENCY_SECONDS") ||
|
||||
|
|
Reference in a new issue