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) {
|
||||
|
||||
var keys = [
|
||||
'title', 'alternativeTitles',
|
||||
'director',
|
||||
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
||||
'title', 'alternativeTitles', 'director',
|
||||
'year', 'language', 'runtime', 'color', 'sound',
|
||||
'productionCompany',
|
||||
'producer', 'writer', 'cinematographer', 'editor', 'actor',
|
||||
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
||||
'genre', 'keyword',
|
||||
'summary'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue