metadata dialog: add missing keys

This commit is contained in:
rolux 2013-02-26 15:54:58 +00:00
parent e76b620d73
commit d8b247d864
1 changed files with 2 additions and 3 deletions

View File

@ -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),