自动trim节目内容
This commit is contained in:
parent
712244e0a3
commit
dae285566e
@ -92,7 +92,7 @@ class ProgramConstructController extends BaseController
|
|||||||
$time = "0:".$time;
|
$time = "0:".$time;
|
||||||
}
|
}
|
||||||
$program = new Programs();
|
$program = new Programs();
|
||||||
$program->name = $match["content"];
|
$program->name = trim($match["content"]);
|
||||||
$video_pivot = new ProgramVideos();
|
$video_pivot = new ProgramVideos();
|
||||||
$video_pivot->video_bvid = $bvid;
|
$video_pivot->video_bvid = $bvid;
|
||||||
$video_pivot->start_part = $match["part"];
|
$video_pivot->start_part = $match["part"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user