forked from 0x2620/pandora
in metadata dialog, separate studios with ';'
This commit is contained in:
parent
d69e53608c
commit
bfcc48b8f0
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ pandora.ui.metadataDialog = function(data) {
|
||||||
return v[0];
|
return v[0];
|
||||||
}).join('; ')
|
}).join('; ')
|
||||||
: key == 'runtime' ? Math.round(value / 60) + ' min'
|
: key == 'runtime' ? Math.round(value / 60) + ' min'
|
||||||
|
: key == 'productionCompany' ? value.join('; ')
|
||||||
: Ox.isArray(
|
: Ox.isArray(
|
||||||
Ox.getObjectById(pandora.site.itemKeys, key).type
|
Ox.getObjectById(pandora.site.itemKeys, key).type
|
||||||
) ? value.join(', ')
|
) ? value.join(', ')
|
||||||
|
|
Loading…
Reference in a new issue