proper formatting of cuts per minute and words per minute ... for padma too

This commit is contained in:
rolux 2012-03-08 11:51:16 +00:00
parent b43add8e2c
commit 7761d85632
1 changed files with 2 additions and 0 deletions

View File

@ -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"}
},