Skip to content

Commit

Permalink
fix(YouTube - Hide ads): Hide new type of featured promotions (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ILoveOpenSourceApplications authored Dec 13, 2024
1 parent 6777f17 commit 13c7592
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public AdsFilter() {
"composite_concurrent_carousel_layout",
"carousel_headered_layout",
"full_width_portrait_image_layout",
"brand_video_shelf"
"brand_video_shelf",
"brand_video_singleton"
);

final var movieAds = new StringFilterGroup(
Expand Down

0 comments on commit 13c7592

Please sign in to comment.