forked from 0x2620/pandora
metadata dialog: add missing keys
This commit is contained in:
parent
e76b620d73
commit
d8b247d864
1 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@ pandora.ui.metadataDialog = function(data) {
|
|||
|
||||
var keys = [
|
||||
'title', 'alternativeTitles', 'director',
|
||||
'year', 'language', 'runtime', 'color', 'sound',
|
||||
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
||||
'productionCompany',
|
||||
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
||||
'genre', 'keyword',
|
||||
'summary'
|
||||
'genre', 'keyword', 'summary'
|
||||
],
|
||||
updateKeys,
|
||||
dialogHeight = Math.round((window.innerHeight - 48) * 0.9),
|
||||
|
|
Loading…
Reference in a new issue