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

Commit

Permalink
fix(YouTube - Hide layout components): Hide new type of Playable
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Oct 19, 2024
1 parent 042addc commit 1a58a40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ public LayoutComponentsFilter() {

final var playables = new StringFilterGroup(
Settings.HIDE_PLAYABLES,
"horizontal_gaming_shelf.eml"
"horizontal_gaming_shelf.eml",
"mini_game_card.eml"
);

final var quickActions = new StringFilterGroup(
Expand Down

0 comments on commit 1a58a40

Please # to comment.