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