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",
|
"title": "Runtime",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue