Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit c1bde72

Browse files
fix(YouTube - Hide Shorts components): Hide new type of Short
1 parent b799a1b commit c1bde72

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/app/revanced/integrations/youtube/patches/components

1 file changed

+2
-0
lines changed

app/src/main/java/app/revanced/integrations/youtube/patches/components/ShortsFilter.java

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ public ShortsFilter() {
8585
shortsCompactFeedVideoPath = new StringFilterGroup(null,
8686
// Shorts that appear in the feed/search when the device is using tablet layout.
8787
"compact_video.eml",
88+
// 'video_lockup_with_attachment.eml' is shown instead of 'compact_video.eml' for some users
89+
"video_lockup_with_attachment.eml",
8890
// Search results that appear in a horizontal shelf.
8991
"video_card.eml");
9092

0 commit comments

Comments
 (0)