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 beb643678d
commit 5988b75975
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;
}