forked from 0x2620/pandora
padma/indiancinema config: format duration as HH:MM:SS
This commit is contained in:
parent
5840e3bd76
commit
cd4002d005
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@
|
|||
"title": "Runtime",
|
||||
"type": "time",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "duration", "args": [0, "short"]},
|
||||
"format": {"type": "duration", "args": [0]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
"title": "Duration",
|
||||
"type": "time",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "duration", "args": [0, "short"]},
|
||||
"format": {"type": "duration", "args": [0]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue