mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-19 13:57:14 +01:00
fix(YouTube - Hide layout components): Hide new type of Playable
This commit is contained in:
parent
042addc756
commit
1a58a406db
@ -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…
Reference in New Issue
Block a user