Skip to content

Commit

Permalink
fix(Hide Carousel Shelf): Your Movies is empty when turning on Hide C…
Browse files Browse the repository at this point in the history
…arousel Shelf options (#116)
  • Loading branch information
YT-Advanced authored Dec 31, 2024
1 parent 0b1d260 commit c0d8745
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public final class CarouselShelfFilter extends Filter {
private static final String BROWSE_ID_CLIP = "FEclips";
private static final String BROWSE_ID_HOME = "FEwhat_to_watch";
private static final String BROWSE_ID_LIBRARY = "FElibrary";
private static final String BROWSE_ID_MOVIE = "FEstorefront";
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";
Expand All @@ -32,9 +33,10 @@ public final class CarouselShelfFilter extends Filter {
);

private static final Supplier<Stream<String>> whitelistBrowseId = () -> Stream.of(
BROWSE_ID_CLIP,
BROWSE_ID_LIBRARY,
BROWSE_ID_MOVIE,
BROWSE_ID_NOTIFICATION_INBOX,
BROWSE_ID_CLIP,
BROWSE_ID_PREMIUM
);

Expand Down

0 comments on commit c0d8745

Please sign in to comment.