Skip to content

Commit

Permalink
Update android player params
Browse files Browse the repository at this point in the history
  • Loading branch information
kuylar committed Apr 2, 2024
1 parent 7cc5443 commit a852c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InnerTube/InnerTube.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private async Task<JObject> GetPlayerObjectAsync(string videoId, bool contentChe
.AddValue("racyCheckOk", contentCheckOk);

if (client == RequestClient.ANDROID)
postData.AddValue("params", "CgIQBg");
postData.AddValue("params", "CgIIAdgDAQ%3D%3D");

return await MakeRequest(client, "player", postData,
language, region, true);
Expand Down

0 comments on commit a852c72

Please sign in to comment.