mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +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")
|
||||
object CustomPlaybackSpeedPatch : AbstractCustomPlaybackSpeedPatch(
|
||||
"$VIDEO_PATH/CustomPlaybackSpeedPatch;",
|
||||
10.0f
|
||||
8.0f
|
||||
) {
|
||||
override fun execute(context: BytecodeContext) {
|
||||
super.execute(context)
|
||||
|
Reference in New Issue
Block a user