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:
inotia00
2023-10-17 15:41:50 +09:00
parent 22c54c42f4
commit 5805b2fac5

View File

@ -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)