Skip to content

Commit 2f1a360

Browse files
refactor
1 parent 5f2b5dc commit 2f1a360

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ public ShortsFilter() {
180180

181181
useSoundButton = new StringFilterGroup(
182182
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
184184
// through the "Short remixing this video" section.
185185
"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.
187187
REEL_METAPANEL_PATH
188188
);
189189

@@ -194,6 +194,7 @@ public ShortsFilter() {
194194

195195
useTemplateButton = new StringFilterGroup(
196196
Settings.HIDE_SHORTS_USE_TEMPLATE_BUTTON,
197+
// Second filter needed for "Use this template" that can appear below the video title.
197198
REEL_METAPANEL_PATH
198199
);
199200

@@ -282,6 +283,7 @@ public ShortsFilter() {
282283
),
283284
new ByteArrayFilterGroup(
284285
Settings.HIDE_SHORTS_USE_TEMPLATE_BUTTON,
286+
// First filter needed for "Use this template" that can appear below the video title.
285287
"yt_outline_template_add_"
286288
),
287289
new ByteArrayFilterGroup(

0 commit comments

Comments
 (0)