fix(YouTube): Combine multiple seekbar patches into a single patch (#4705)

This commit is contained in:
LisoUseInAIKyrios 2025-04-01 20:57:03 +02:00 committed by GitHub
parent 899c2fe228
commit 503b7eb8d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 107 additions and 108 deletions

View file

@ -1096,6 +1096,14 @@ public final class app/revanced/patches/youtube/interaction/seekbar/EnableSlideT
public static final fun getEnableSlideToSeekPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/interaction/seekbar/HideSeekbarPatchKt {
public static final fun getHideSeekbarPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/interaction/seekbar/SeekbarPatchKt {
public static final fun getSeekbarPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/interaction/seekbar/SeekbarThumbnailsPatchKt {
public static final fun getSeekbarThumbnailsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}