|
|
@@ -105,8 +105,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
@Value("${vlog.share.appType:11}")
|
|
|
private String shareAppType;
|
|
|
|
|
|
- @Value("${video.min.score:0.0}")
|
|
|
- private Double videoMinScore;
|
|
|
+ private Double videoMinScore = 0.0;
|
|
|
|
|
|
@Value("${video.title.search.max.count:500}")
|
|
|
private int videoTitleSearchMaxCount;
|