新建节目时,自动修复时间,取消手动修复,取消主动修改分P

This commit is contained in:
2022-12-20 20:55:51 +08:00
parent 5e497e8677
commit 88043379f3
5 changed files with 11 additions and 15 deletions

View File

@ -112,7 +112,6 @@ class ProgramConstructController extends BaseController
$video_pivot->video_bvid = $bvid;
$video_pivot->start_part = $match["part"];
$video_pivot->start_time = $time;
$video_pivot->stop_part = $match["part"];
$program->save();
$program->video_pivots()->save($video_pivot);
}