feat(YouTube): Add Seekbar thumbnails patch (#3813)

This commit is contained in:
LisoUseInAIKyrios 2024-10-26 16:45:32 -04:00 committed by oSumAtrIX
parent c2195dcf4a
commit aa2f963e05
7 changed files with 102 additions and 3 deletions

View file

@ -1196,6 +1196,10 @@ public final class app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch
public static final fun getSeekbarColorPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/layout/seekbar/SeekbarThumbnailsPatchKt {
public static final fun getSeekbarThumbnailsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/youtube/layout/shortsautoplay/ShortsAutoplayPatchKt {
public static final fun getShortsAutoplayPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}