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