move ffmpeg command to seperate table
This commit is contained in:
parent
72dfd2408f
commit
cdeb266e38
20 changed files with 245 additions and 84 deletions
|
@ -16,6 +16,7 @@ const LIBRARY_TEMPLATE_NAME = "library.tmpl"
|
|||
const MESSAGE_TEMPLATE_NAME = "message.tmpl"
|
||||
const TASKS_TEMPLATE_NAME = "tasks.tmpl"
|
||||
const TASK_TEMPLATE_NAME = "task.tmpl"
|
||||
const FFMPEG_COMMANDS_TEMPLATE_NAME = "ffmpeg_commands.tmpl"
|
||||
|
||||
const FORM_FILE_KEY = "file"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue