fix metadataDialog
This commit is contained in:
parent
40f5de20d2
commit
f1f8407f61
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pandora.ui.metadataDialog = function(data) {
|
||||||
var keys = [
|
var keys = [
|
||||||
'title', 'alternativeTitles', 'director',
|
'title', 'alternativeTitles', 'director',
|
||||||
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
'country', 'year', 'language', 'runtime', 'color', 'sound',
|
||||||
'productionCompany', 'filmingLocations'
|
'productionCompany', 'filmingLocations',
|
||||||
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
'producer', 'writer', 'cinematographer', 'editor', 'composer', 'actor',
|
||||||
'lyricist', 'singer',
|
'lyricist', 'singer',
|
||||||
'genre', 'keyword', 'summary'
|
'genre', 'keyword', 'summary'
|
||||||
|
|
Loading…
Reference in a new issue