fix(YouTube - Hide Shorts components): Hide new type of shorts in feed (#453)

This commit is contained in:
johnconner122 2023-08-06 01:08:10 +05:00 committed by GitHub
parent e0d77a0060
commit 6959808f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ public final class ShortsFilter extends Filter {
"shorts_shelf",
"inline_shorts",
"shorts_grid",
"shorts_video_cell"
"shorts_video_cell",
"shorts_pivot_item"
);
pathFilterGroups.addAll(joinButton, subscribeButton, channelBar, soundButton, infoPanel);