mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 05:10:20 +02:00
fix(Hide Carousel Shelf): Your Movies is empty when turning on Hide Carousel Shelf options (#116)
This commit is contained in:
parent
0b1d260555
commit
c0d8745e08
@ -18,6 +18,7 @@ public final class CarouselShelfFilter extends Filter {
|
|||||||
private static final String BROWSE_ID_CLIP = "FEclips";
|
private static final String BROWSE_ID_CLIP = "FEclips";
|
||||||
private static final String BROWSE_ID_HOME = "FEwhat_to_watch";
|
private static final String BROWSE_ID_HOME = "FEwhat_to_watch";
|
||||||
private static final String BROWSE_ID_LIBRARY = "FElibrary";
|
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 = "FEactivity";
|
||||||
private static final String BROWSE_ID_NOTIFICATION_INBOX = "FEnotifications_inbox";
|
private static final String BROWSE_ID_NOTIFICATION_INBOX = "FEnotifications_inbox";
|
||||||
private static final String BROWSE_ID_PLAYLIST = "VLPL";
|
private static final String BROWSE_ID_PLAYLIST = "VLPL";
|
||||||
@ -32,9 +33,10 @@ public final class CarouselShelfFilter extends Filter {
|
|||||||
);
|
);
|
||||||
|
|
||||||
private static final Supplier<Stream<String>> whitelistBrowseId = () -> Stream.of(
|
private static final Supplier<Stream<String>> whitelistBrowseId = () -> Stream.of(
|
||||||
BROWSE_ID_LIBRARY,
|
|
||||||
BROWSE_ID_NOTIFICATION_INBOX,
|
|
||||||
BROWSE_ID_CLIP,
|
BROWSE_ID_CLIP,
|
||||||
|
BROWSE_ID_LIBRARY,
|
||||||
|
BROWSE_ID_MOVIE,
|
||||||
|
BROWSE_ID_NOTIFICATION_INBOX,
|
||||||
BROWSE_ID_PREMIUM
|
BROWSE_ID_PREMIUM
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user