Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit e78a801

Browse files
committed
fix(youtube/general-ads): do not block ads on download_
1 parent 72c7604 commit e78a801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/patches/LithoFilterPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public boolean filter(final String path, final String identifier) {
199199
"home_video_with_context",
200200
"related_video_with_context",
201201
"search_video_with_context",
202-
"download_button",
202+
"download_",
203203
"library_recent_shelf",
204204
"menu",
205205
"root",

0 commit comments

Comments
 (0)