mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(YouTube/Custom playback speed): regulate maximum playback speed to 8.0x (playback rate that can be handled by the client)
This commit is contained in:
@ -37,7 +37,7 @@ import app.revanced.util.integrations.Constants.VIDEO_PATH
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object CustomPlaybackSpeedPatch : AbstractCustomPlaybackSpeedPatch(
|
object CustomPlaybackSpeedPatch : AbstractCustomPlaybackSpeedPatch(
|
||||||
"$VIDEO_PATH/CustomPlaybackSpeedPatch;",
|
"$VIDEO_PATH/CustomPlaybackSpeedPatch;",
|
||||||
10.0f
|
8.0f
|
||||||
) {
|
) {
|
||||||
override fun execute(context: BytecodeContext) {
|
override fun execute(context: BytecodeContext) {
|
||||||
super.execute(context)
|
super.execute(context)
|
||||||
|
Reference in New Issue
Block a user