Skip to content

Commit b399ecb

Browse files
fix(YouTube - Hide Shorts components): Fix "Hide Use this template button" (#5249)
1 parent fd2ae7b commit b399ecb

File tree

1 file changed

+2
-1
lines changed
  • extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components

1 file changed

+2
-1
lines changed

extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components/ShortsFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ public ShortsFilter() {
195195

196196
suggestedAction = new StringFilterGroup(
197197
null,
198-
"suggested_action.eml"
198+
"suggested_action.eml",
199+
REEL_METAPANEL_PATH
199200
);
200201

201202
addPathCallbacks(

0 commit comments

Comments
 (0)