forked from 0x2620/pandora
color & sound are listKeys
This commit is contained in:
parent
78871b6dce
commit
d08833b859
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ pandora.ui.infoView = function(data) {
|
||||||
'editor', 'composer', 'lyricist', 'actor'
|
'editor', 'composer', 'lyricist', 'actor'
|
||||||
],
|
],
|
||||||
listKeys = nameKeys.concat([
|
listKeys = nameKeys.concat([
|
||||||
'country', 'language', 'productionCompany', 'genre', 'keyword'
|
'country', 'language', 'color', 'sound', 'productionCompany',
|
||||||
|
'genre', 'keyword'
|
||||||
]),
|
]),
|
||||||
descriptions = {
|
descriptions = {
|
||||||
names: getNames(),
|
names: getNames(),
|
||||||
|
|
Loading…
Reference in a new issue