forked from 77media/video-flow
视频错误总数 等于 视频总数,不剪辑
This commit is contained in:
parent
5dc96e76b0
commit
4b33619c20
@ -427,7 +427,7 @@ export function useWorkflowData({ onEditPlanGenerated, editingStatus, onExportFa
|
||||
|
||||
if (analyze_video_total_count && analyze_video_completed_count === analyze_video_total_count) {
|
||||
// 视频分析完成
|
||||
if(error_totle < total_count * errorConfig) {
|
||||
if(error_totle !== total_count) {
|
||||
setCanGoToCut(true);
|
||||
// 重置进度条,显示生成剪辑计划进度
|
||||
setIsAnalyzing(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user