fix(YouTube - Hide layout components): Resolve "Hide Explore the podcast" not working
Co-authored-by: ILoveOpenSourceApplications <117499019+iloveopensourceapplications@users.noreply.github.com>
This commit is contained in:
parent
8c2445f92f
commit
6d8c94d0d2
1 changed files with 3 additions and 2 deletions
|
|
@ -57,12 +57,13 @@ public final class DescriptionComponentsFilter extends Filter {
|
||||||
playlistSectionGroupList.addAll(
|
playlistSectionGroupList.addAll(
|
||||||
new ByteArrayFilterGroup(
|
new ByteArrayFilterGroup(
|
||||||
Settings.HIDE_EXPLORE_COURSE_SECTION,
|
Settings.HIDE_EXPLORE_COURSE_SECTION,
|
||||||
"yt_outline_creator_academy", // For Disable bold icons.
|
"yt_outline_creator_academy",
|
||||||
"yt_outline_experimental_graduation_cap"
|
"yt_outline_experimental_graduation_cap"
|
||||||
),
|
),
|
||||||
new ByteArrayFilterGroup(
|
new ByteArrayFilterGroup(
|
||||||
Settings.HIDE_EXPLORE_PODCAST_SECTION,
|
Settings.HIDE_EXPLORE_PODCAST_SECTION,
|
||||||
"FEpodcasts_destination"
|
"FEpodcasts_destination",
|
||||||
|
"yt_outline_experimental_podcast"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue