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:
oSumAtrIX 2026-03-08 22:40:58 +01:00
parent 8c2445f92f
commit 6d8c94d0d2
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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"
) )
); );