mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-31 23:25:50 +01:00
fix(YouTube - Hide Shorts components): Hide new type of Short
This commit is contained in:
parent
b799a1b2d9
commit
c1bde72525
@ -85,6 +85,8 @@ public final class ShortsFilter extends Filter {
|
||||
shortsCompactFeedVideoPath = new StringFilterGroup(null,
|
||||
// Shorts that appear in the feed/search when the device is using tablet layout.
|
||||
"compact_video.eml",
|
||||
// 'video_lockup_with_attachment.eml' is shown instead of 'compact_video.eml' for some users
|
||||
"video_lockup_with_attachment.eml",
|
||||
// Search results that appear in a horizontal shelf.
|
||||
"video_card.eml");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user