File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ public ShortsFilter() {
180
180
181
181
useSoundButton = new StringFilterGroup (
182
182
Settings .HIDE_SHORTS_USE_SOUND_BUTTON ,
183
- // First filter needed for "Use this template " that can appear when viewing Shorts
183
+ // First filter needed for "Use this sound " that can appear when viewing Shorts
184
184
// through the "Short remixing this video" section.
185
185
"floating_action_button.eml" ,
186
- // Second filter needed for "Use this template " that can appear below the video title.
186
+ // Second filter needed for "Use this sound " that can appear below the video title.
187
187
REEL_METAPANEL_PATH
188
188
);
189
189
@@ -194,6 +194,7 @@ public ShortsFilter() {
194
194
195
195
useTemplateButton = new StringFilterGroup (
196
196
Settings .HIDE_SHORTS_USE_TEMPLATE_BUTTON ,
197
+ // Second filter needed for "Use this template" that can appear below the video title.
197
198
REEL_METAPANEL_PATH
198
199
);
199
200
@@ -282,6 +283,7 @@ public ShortsFilter() {
282
283
),
283
284
new ByteArrayFilterGroup (
284
285
Settings .HIDE_SHORTS_USE_TEMPLATE_BUTTON ,
286
+ // First filter needed for "Use this template" that can appear below the video title.
285
287
"yt_outline_template_add_"
286
288
),
287
289
new ByteArrayFilterGroup (
You can’t perform that action at this time.
0 commit comments