Skip to content

Commit

Permalink
fix(YouTube - Hide feed components): Podcasts subpage is empty when i…
Browse files Browse the repository at this point in the history
…s on
  • Loading branch information
inotia00 authored and anddea committed Jan 30, 2025
1 parent 295d940 commit 5265191
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public final class CarouselShelfFilter extends Filter {
private static final String BROWSE_ID_NOTIFICATION = "FEactivity";
private static final String BROWSE_ID_NOTIFICATION_INBOX = "FEnotifications_inbox";
private static final String BROWSE_ID_PLAYLIST = "VLPL";
private static final String BROWSE_ID_PODCASTS = "FEpodcasts_destination";
private static final String BROWSE_ID_PREMIUM = "SPunlimited";
private static final String BROWSE_ID_SUBSCRIPTION = "FEsubscriptions";

Expand All @@ -41,6 +42,7 @@ public final class CarouselShelfFilter extends Filter {
BROWSE_ID_MOVIE,
BROWSE_ID_NEWS,
BROWSE_ID_NOTIFICATION_INBOX,
BROWSE_ID_PODCASTS,
BROWSE_ID_PREMIUM
);

Expand Down

0 comments on commit 5265191

Please sign in to comment.