let nsclient bg source be with advanced filtering temporary

This commit is contained in:
Milos Kozak 2018-01-27 15:07:15 +01:00
parent 5b11c5630c
commit b4d13c727e

View file

@ -87,6 +87,6 @@ public class SourceNSClientPlugin implements PluginBase, BgSourceInterface {
@Override
public boolean advancedFilteringSupported() {
return false;
return true;
}
}