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

Commit

Permalink
fix(YouTube/Hide feed components): new type of Playable is not hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Oct 20, 2024
1 parent 284e5e3 commit 09bb004
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ public FeedComponentsFilter() {

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

final StringFilterGroup subscriptionsChannelBar = new StringFilterGroup(
Expand Down

0 comments on commit 09bb004

Please sign in to comment.