diff --git a/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt index 445b979a22..167a861136 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt @@ -130,7 +130,7 @@ object CustomPlaybackSpeedPatch : BytecodePatch( ) replaceInstruction( limiterMaxConstIndex, - "const/high16 v$limiterMaxConstDestination, 10.0f" + "const/high16 v$limiterMaxConstDestination, 8.0f" ) }