8000 fix(YouTube - Hide layout components): Hide new type of Playable · ReVanced/revanced-integrations@1a58a40 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 1a58a40

Browse files
author
LisoUseInAIKyrios
committed
fix(YouTube - Hide layout components): Hide new type of Playable
1 parent 042addc commit 1a58a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/app/revanced/integrations/youtube/patches/components/LayoutComponentsFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ public LayoutComponentsFilter() {
178178

179179
final var playables = new StringFilterGroup(
180180
Settings.HIDE_PLAYABLES,
181-
"horizontal_gaming_shelf.eml"
181+
"horizontal_gaming_shelf.eml",
182+
"mini_game_card.eml"
182183
);
183184

184185
final var quickActions = new StringFilterGroup(

0 commit comments

Comments
 (0)
0