Commit 8c3f8fee authored by limingzhe's avatar limingzhe

fix: _l.mp4 => .mp4

parent 7ae0debc
......@@ -528,6 +528,10 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
if (!this.item.contentObj) {
this.item.contentObj = {};
}
if (this.item?.contentObj?.video_url) {
this.item.contentObj.video_url = this.item.contentObj.video_url.replace('_l.mp4', '.mp4');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment