mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-19 08:17:33 +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,
|
shortsCompactFeedVideoPath = new StringFilterGroup(null,
|
||||||
// Shorts that appear in the feed/search when the device is using tablet layout.
|
// Shorts that appear in the feed/search when the device is using tablet layout.
|
||||||
"compact_video.eml",
|
"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.
|
// Search results that appear in a horizontal shelf.
|
||||||
"video_card.eml");
|
"video_card.eml");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user