diff --git a/src/main/kotlin/app/revanced/patches/youtube/video/customspeed/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/video/customspeed/CustomPlaybackSpeedPatch.kt index 21bf292bc..a28690867 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/video/customspeed/CustomPlaybackSpeedPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/video/customspeed/CustomPlaybackSpeedPatch.kt @@ -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)