Commit ef2434e8 by 杨昕

添加media_audio类型

parent 716a0968
Pipeline #18809 passed with stages
in 1 minute 7 seconds
...@@ -1130,7 +1130,7 @@ class MediaModel extends Eloquent ...@@ -1130,7 +1130,7 @@ class MediaModel extends Eloquent
} catch (\Exception $exception) { } catch (\Exception $exception) {
throw new DatabaseException($exception->getMessage()); throw new DatabaseException($exception->getMessage());
} }
$item["media_audio"] = "video";
$item["screen_shot"]["height"] = $request->height; $item["screen_shot"]["height"] = $request->height;
$item["screen_shot"]["width"] = $request->width; $item["screen_shot"]["width"] = $request->width;
$item["screen_shot"]["url"] = $request->screenshot; $item["screen_shot"]["url"] = $request->screenshot;
......
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