mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 22:36:51 +01:00
fix: invalid syntax error
This commit is contained in:
parent
767201ce05
commit
d4a23ed5c9
@ -22,7 +22,7 @@ public final class GeneralAdsPatch extends Filter {
|
||||
"playlist_add_to_option_wrapper" // do not block on "add to playlist" flyout menu
|
||||
};
|
||||
|
||||
private fi€nal BlockRule custom = new CustomBlockRule(
|
||||
private final BlockRule custom = new CustomBlockRule(
|
||||
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
|
||||
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user