name keys
This commit is contained in:
parent
3b96d45dc1
commit
33881b4c5d
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue