mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-11 21:16:50 +01:00
fix(YouTube - Hide layout components): Hide new type of Playable
This commit is contained in:
parent
95306bb5e4
commit
668c4257a5
@ -178,7 +178,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
|
|
||||||
final var playables = new StringFilterGroup(
|
final var playables = new StringFilterGroup(
|
||||||
Settings.HIDE_PLAYABLES,
|
Settings.HIDE_PLAYABLES,
|
||||||
"horizontal_gaming_shelf.eml"
|
"horizontal_gaming_shelf.eml",
|
||||||
|
"mini_game_card.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var quickActions = new StringFilterGroup(
|
final var quickActions = new StringFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user