imdbId is on poster

This commit is contained in:
j 2018-08-07 11:01:01 +01:00
parent 25f420b453
commit 0629c5de6b

View file

@ -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})