forked from 0x2620/pandora
proper formatting of cuts per minute and words per minute ... for padma too
This commit is contained in:
parent
b43add8e2c
commit
7761d85632
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
|||
"title": "Cuts per Minute",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": [3]},
|
||||
"sort": true,
|
||||
"value": {"key": "cuts", "type": "lengthperminute"}
|
||||
},
|
||||
|
@ -359,6 +360,7 @@
|
|||
"title": "Words per Minute",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number", "args": [3]},
|
||||
"sort": true,
|
||||
"value": {"layer": "subtitles", "type": "wordsperminute"}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue