@@ -91,6 +91,8 @@ public class AllowListStrategy implements FilterStrategy {
retainVideoIds.add(videoId);
}
+ } else {
+ return Lists.newArrayList(param.getVideoIds());
if (CollectionUtils.isEmpty(retainVideoIds)) {
return Collections.emptyList();