Added script attribute for videos
This commit is contained in:
@ -31,7 +31,8 @@ namespace '/video' do
|
||||
name: params[:video_name],
|
||||
channel_id: params[:video_channel],
|
||||
directory_path: video_path,
|
||||
description: params[:video_description]
|
||||
description: params[:video_description],
|
||||
script: "# Introduction\n\n# Body\n\n# Conclusions"
|
||||
)
|
||||
|
||||
Dir.mkdir(video_path)
|
||||
|
Reference in New Issue
Block a user