Skip to content

Commit

Permalink
fix: invalid syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 24, 2022
1 parent 767201c commit d4a23ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 final BlockRule custom = new CustomBlockRule(
private final BlockRule custom = new CustomBlockRule(
SettingsEnum.ADREMOVER_CUSTOM_ENABLED,
SettingsEnum.ADREMOVER_CUSTOM_REMOVAL
);
Expand Down

0 comments on commit d4a23ed

Please sign in to comment.