name keys

This commit is contained in:
Jan Gerber 2015-09-21 14:52:48 +01:00
parent 3b96d45dc1
commit 33881b4c5d

View file

@ -18,7 +18,8 @@ pandora.ui.infoView = function(data) {
iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0,
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
margin = 16,
nameKeys = ['director', 'cinematographer', 'featuring'],
nameKeys = ['director', 'cinematographer', 'featuring',
'editor', 'writer', 'producer'],
listKeys = nameKeys.concat(['language', 'topic', 'groups']),
statisticsWidth = 128,