From 50358cddea3eef4051d248040d23f774521dce00 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:08:28 +0200 Subject: [PATCH] fix(YouTube - Enable slide to seek): Change patch to default include --- .../youtube/interaction/seekbar/EnableSlideToSeekPatch.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt index 3bb10d557..4f6ef7ba4 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt @@ -24,9 +24,7 @@ internal const val EXTENSION_METHOD_DESCRIPTOR = val enableSlideToSeekPatch = bytecodePatch( name = "Enable slide to seek", description = "Adds an option to enable slide to seek " + - "instead of playing at 2x speed when pressing and holding in the video player. " + - "Including this patch may cause issues with tapping or double tapping the video player overlay.", - use = false, + "instead of playing at 2x speed when pressing and holding in the video player." ) { dependsOn( sharedExtensionPatch,