mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
change client
This commit is contained in:
parent
ead8b037f5
commit
f18bfa8234
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue