Skip to content

Commit

Permalink
fix(YouTube - Shorts components): New type of shelf is not hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Oct 23, 2024
1 parent 6a05e8f commit fb2af77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public ShortsShelfFilter() {
hideShortsShelf,
// Shorts that appear in the feed/search when the device is using tablet layout.
"compact_video.eml",
// 'video_lockup_with_attachment.eml' is used instead of 'compact_video.eml' for some users. (A/B tests)
"video_lockup_with_attachment.eml",
// Search results that appear in a horizontal shelf.
"video_card.eml"
);
Expand Down

0 comments on commit fb2af77

Please sign in to comment.