add version
This commit is contained in:
parent
cb51d2aeba
commit
77e0605fe8
2 changed files with 9 additions and 9 deletions
|
|
@ -308,6 +308,7 @@ pandora.ui.infoView = function(data) {
|
|||
renderGroup(['alternativeTitles']);
|
||||
|
||||
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
|
||||
renderGroup(['type', 'framework', 'style', 'version']);
|
||||
|
||||
renderGroup(['productionCompany']);
|
||||
|
||||
|
|
@ -336,15 +337,6 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
renderGroup(canSeeAllMetadata ? ['genre', 'topic'] : ['genre']);
|
||||
|
||||
renderGroup([
|
||||
'censorshipcertificatenumber',
|
||||
'dateofcensorcertificate',
|
||||
'ratingcertificate',
|
||||
'length',
|
||||
'numberofreels',
|
||||
'format',
|
||||
'releasedate'
|
||||
]);
|
||||
|
||||
renderGroup(['imdbId', 'links']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue