0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

change client

This commit is contained in:
Alex 2022-03-17 15:56:30 +13:00
parent ead8b037f5
commit f18bfa8234

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) {