mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
chroe(YouTube - Video playback): Disable music playback speed
is applied a little faster
This commit is contained in:
@ -20,14 +20,16 @@ object PlayerRoutes {
|
||||
val GET_CATEGORY: CompiledRoute = Route(
|
||||
Route.Method.POST,
|
||||
"player" +
|
||||
"?fields=microformat.playerMicroformatRenderer.category"
|
||||
"?prettyPrint=false" +
|
||||
"&fields=microformat.playerMicroformatRenderer.category"
|
||||
).compile()
|
||||
|
||||
@JvmField
|
||||
val GET_PLAYLIST_PAGE: CompiledRoute = Route(
|
||||
Route.Method.POST,
|
||||
"next" +
|
||||
"?fields=contents.singleColumnWatchNextResults.playlist.playlist"
|
||||
"?prettyPrint=false" +
|
||||
"&fields=contents.singleColumnWatchNextResults.playlist.playlist"
|
||||
).compile()
|
||||
|
||||
@JvmField
|
||||
|
Reference in New Issue
Block a user