forked from 0x2620/pandora
update runtime format in metadataDialog
This commit is contained in:
parent
e785cdb937
commit
b38d218a90
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ pandora.ui.metadataDialog = function(data) {
|
|||
: key == 'alternativeTitles' ? value.map(function(v) {
|
||||
return v[0];
|
||||
}).join('; ')
|
||||
: key == 'runtime' ? Ox.formatDuration(value, 0, 'short')
|
||||
: key == 'runtime' ? Math.round(value / 60) + ' min'
|
||||
: Ox.isArray(
|
||||
Ox.getObjectById(pandora.site.itemKeys, key).type
|
||||
) ? value.join(', ')
|
||||
|
|
Loading…
Reference in a new issue