mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-23 02:31:03 +00:00
fix(YouTube - Hide layout components): Fix "Hide ticket shelf" (#5516)
This commit is contained in:
committed by
GitHub
parent
a7d3b7c287
commit
9ddb3ac39d
@@ -266,7 +266,7 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
|
|
||||||
ticketShelf = new ByteArrayFilterGroup(
|
ticketShelf = new ByteArrayFilterGroup(
|
||||||
Settings.HIDE_TICKET_SHELF,
|
Settings.HIDE_TICKET_SHELF,
|
||||||
"ticket.eml"
|
"ticket_item.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
addPathCallbacks(
|
addPathCallbacks(
|
||||||
|
|||||||
Reference in New Issue
Block a user