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];
|
||||
}).join('; ')
|
||||
: key == 'runtime' ? Math.round(value / 60) + ' min'
|
||||
: key == 'productionCompany' ? value.join('; ')
|
||||
: Ox.isArray(
|
||||
Ox.getObjectById(pandora.site.itemKeys, key).type
|
||||
) ? value.join(', ')
|
||||
|
|
Loading…
Reference in a new issue