in metadata dialog, separate studios with ';'

This commit is contained in:
rolux 2013-03-10 16:33:00 +05:30
parent d69e53608c
commit bfcc48b8f0

View File

@ -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(', ')