imdbId is on poster
This commit is contained in:
parent
25f420b453
commit
0629c5de6b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pandora.ui.infoView = function(data) {
|
||||||
}).map(function(key){
|
}).map(function(key){
|
||||||
return key.id;
|
return key.id;
|
||||||
}),
|
}),
|
||||||
posterKeys = ['title', 'director', 'year'],
|
posterKeys = ['title', 'director', 'year', 'imdbId'],
|
||||||
statisticsWidth = 128,
|
statisticsWidth = 128,
|
||||||
|
|
||||||
$bar = Ox.Bar({size: 16})
|
$bar = Ox.Bar({size: 16})
|
||||||
|
|
Loading…
Reference in a new issue