forked from 0x2620/pandora
proper formatting of number of cuts and number of words
This commit is contained in:
parent
f5626072db
commit
9e465a9a06
2 changed files with 6 additions and 2 deletions
|
@ -382,6 +382,7 @@
|
|||
"title": "Number of Cuts",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": []},
|
||||
"value": {"key": "cuts", "type": "length"}
|
||||
},
|
||||
{
|
||||
|
@ -393,9 +394,10 @@
|
|||
},
|
||||
{
|
||||
"id": "words",
|
||||
"title": "Words",
|
||||
"title": "Number of Words",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": []},
|
||||
"value": {"layer": "subtitles", "type": "words"}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -311,6 +311,7 @@
|
|||
"title": "Number of Cuts",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": []},
|
||||
"value": {"key": "cuts", "type": "length"}
|
||||
},
|
||||
{
|
||||
|
@ -322,9 +323,10 @@
|
|||
},
|
||||
{
|
||||
"id": "words",
|
||||
"title": "Words",
|
||||
"title": "Number of Words",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": []},
|
||||
"value": {"layer": "subtitles", "type": "words"}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue