mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-07-14 00:02:05 -04:00
StudioPlus Module Update
Fix vvs download filename
This commit is contained in:
@@ -847,11 +847,7 @@ class StudioPlusVideoController extends Controller
|
||||
|
||||
|
||||
if(preg_match('#/wticreatorhub/([^>]*)#', $video->video_url, $match)){
|
||||
if($video->videoType->vertical_video && $video->title != $validated['title']){
|
||||
(new GoogleCloudPlatform)->updateVideoMetaData($match[1], $validated['title']);
|
||||
} else {
|
||||
(new GoogleCloudPlatform)->updateVideoMetaData($match[1], $validated['asin']);
|
||||
}
|
||||
(new GoogleCloudPlatform)->updateVideoMetaData($match[1], $video->videoType->vertical_video ? $validated['title'] : $validated['asin']);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user