mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-19 02:19:23 +01:00
fix(YouTube - Client spoof): Set the client version correctly
Previously the version was hardcoded.
This commit is contained in:
parent
55fe1f0592
commit
f2037316d3
@ -31,7 +31,7 @@ final class PlayerRoutes {
|
||||
|
||||
JSONObject client = new JSONObject();
|
||||
client.put("clientName", "ANDROID");
|
||||
client.put("clientVersion", "18.37.36");
|
||||
client.put("clientVersion", ReVancedUtils.getVersionName());
|
||||
client.put("androidSdkVersion", 34);
|
||||
|
||||
context.put("client", client);
|
||||
|
Loading…
Reference in New Issue
Block a user