mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-05 17:14:35 +02:00
fix(Spoof streaming data): Instead of the client version, the client id is set in the X-YouTube-Client-Version
field of the header
This commit is contained in:
parent
945d03c220
commit
38f1ca2698
@ -137,7 +137,7 @@ object PlayerRoutes {
|
||||
return getPlayerResponseConnectionFromRoute(
|
||||
route,
|
||||
clientType.userAgent,
|
||||
clientType.id.toString()
|
||||
clientType.clientVersion,
|
||||
)
|
||||
}
|
||||
|
||||
@ -149,7 +149,7 @@ object PlayerRoutes {
|
||||
return getPlayerResponseConnectionFromRoute(
|
||||
route,
|
||||
clientType.userAgent,
|
||||
clientType.id.toString()
|
||||
clientType.clientVersion,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user