fix: invalid syntax error

This commit is contained in:
oSumAtrIX
2022-11-24 17:06:53 +01:00
committed by GitHub
parent 767201ce05
commit d4a23ed5c9

View File

@ -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
);