add missing key to infoView
This commit is contained in:
parent
784bbbae73
commit
b92d54e68d
1 changed files with 2 additions and 1 deletions
|
@ -326,7 +326,8 @@ pandora.ui.infoView = function(data) {
|
|||
'ratingcertificate',
|
||||
'length',
|
||||
'numberofreels',
|
||||
'format'
|
||||
'format',
|
||||
'releasedate'
|
||||
]);
|
||||
|
||||
renderGroup(['imdbId', 'links']);
|
||||
|
|
Loading…
Reference in a new issue