mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 21:25:40 +02:00
fix(YouTube - Enable slide to seek): Change patch to default include
This commit is contained in:
parent
f9db6c2ec6
commit
50358cddea
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ internal const val EXTENSION_METHOD_DESCRIPTOR =
|
||||||
val enableSlideToSeekPatch = bytecodePatch(
|
val enableSlideToSeekPatch = bytecodePatch(
|
||||||
name = "Enable slide to seek",
|
name = "Enable slide to seek",
|
||||||
description = "Adds an option to 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. " +
|
"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,
|
|
||||||
) {
|
) {
|
||||||
dependsOn(
|
dependsOn(
|
||||||
sharedExtensionPatch,
|
sharedExtensionPatch,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue