change client

This commit is contained in:
Alex 2022-03-17 15:56:30 +13:00
parent ead8b037f5
commit f18bfa8234
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ class Innertube {
if (data.INNERTUBE_CONTEXT) {
this.key = data.INNERTUBE_API_KEY;
this.context = data.INNERTUBE_CONTEXT;
this.context["clientName"] = "ANDROID";
this.context["clientVersion"] = "16.25";
this.context.client.clientName = "ANDROID";
this.context.client.clientVersion = "16.25";
}
} catch (err) {