forked from 0x2620/pandora
metadata dialog: update list of keys
This commit is contained in:
parent
9f5b94bd79
commit
bf7f930409
1 changed files with 3 additions and 4 deletions
|
@ -3,11 +3,10 @@
|
||||||
pandora.ui.metadataDialog = function(data) {
|
pandora.ui.metadataDialog = function(data) {
|
||||||
|
|
||||||
var keys = [
|
var keys = [
|
||||||
'title', 'alternativeTitles',
|
'title', 'alternativeTitles', 'director',
|
||||||
'director',
|
'year', 'language', 'runtime', 'color', 'sound',
|
||||||
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
|
||||||
'productionCompany',
|
'productionCompany',
|
||||||
'producer', 'writer', 'cinematographer', 'editor', 'actor',
|
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
||||||
'genre', 'keyword',
|
'genre', 'keyword',
|
||||||
'summary'
|
'summary'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue