fix(YouTube - Hide ads): Hide new type of featured promotions (#4113)
This commit is contained in:
parent
9a9ec7ef18
commit
c348b10a35
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ public final class AdsFilter extends Filter {
|
||||||
"composite_concurrent_carousel_layout",
|
"composite_concurrent_carousel_layout",
|
||||||
"carousel_headered_layout",
|
"carousel_headered_layout",
|
||||||
"full_width_portrait_image_layout",
|
"full_width_portrait_image_layout",
|
||||||
"brand_video_shelf"
|
"brand_video_shelf",
|
||||||
|
"brand_video_singleton"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var movieAds = new StringFilterGroup(
|
final var movieAds = new StringFilterGroup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue