|
|
@@ -413,7 +413,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if (!customCoverExist) {
|
|
|
+ if (!customCoverExist && vo.getCustomTitle().length() > 5) {
|
|
|
JSONObject multiTitle = managerApiService.videoMultiTitleSave(vo.getVideoId(), vo.getCustomTitle());
|
|
|
item.setCustomTitleId(multiTitle.getLong("id"));
|
|
|
}
|