video url shorten : ps

This commit is contained in:
gandhimathi 2021-11-15 06:19:49 +00:00
parent bee69d1547
commit cd944c7d8f

View File

@ -33,7 +33,7 @@ class video_grabber_helper
$video_name = $value['composition_id'].'.mp4';
if($value['is_uploaded']){$video_name = $value['composition_id'];}
$file_name = $video_name;
$shorten_url = (!empty($uri['vdo']) && ($uri[$key]['video_name'] = $value['composition_id'])) ? $uri['vdo'][$key]['url'] : "";
$shorten_url = (!empty($uri['vdo']) && ($uri[$key]['video_name'] = $value['composition_id'])) ? PDF_ATTACHEMENT_URL.$uri['vdo'][$key]['url'] : "";
if($value['s3_copied'])
{
$final_key = 'pd'.$pd_master_details[0]['pd_id'].'/video/'.$file_name;