padma/indiancinema config: format duration as HH:MM:SS

This commit is contained in:
rolux 2014-11-21 18:23:23 +00:00
parent 5840e3bd76
commit cd4002d005
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@
"title": "Runtime",
"type": "time",
"columnWidth": 60,
"format": {"type": "duration", "args": [0, "short"]},
"format": {"type": "duration", "args": [0]},
"sort": true
},
{

View File

@ -304,7 +304,7 @@
"title": "Duration",
"type": "time",
"columnWidth": 90,
"format": {"type": "duration", "args": [0, "short"]},
"format": {"type": "duration", "args": [0]},
"sort": true
},
{