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 = [
|
var keys = [
|
||||||
'title', 'alternativeTitles', 'director',
|
'title', 'alternativeTitles', 'director',
|
||||||
'year', 'language', 'runtime', 'color', 'sound',
|
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
||||||
'productionCompany',
|
'productionCompany',
|
||||||
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
||||||
'genre', 'keyword',
|
'genre', 'keyword', 'summary'
|
||||||
'summary'
|
|
||||||
],
|
],
|
||||||
updateKeys,
|
updateKeys,
|
||||||
dialogHeight = Math.round((window.innerHeight - 48) * 0.9),
|
dialogHeight = Math.round((window.innerHeight - 48) * 0.9),
|
||||||
|
|
Loading…
Reference in a new issue