mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +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:
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user