enable poster selection

This commit is contained in:
j 2012-04-18 16:20:07 +02:00
parent bb2504a0b2
commit aa69994b8f

View file

@ -679,7 +679,7 @@ pandora.ui.infoView = function(data) {
pandora.api.get({
id: data.id,
keys: [ui.icons == 'posters' ? 'posters' : 'frames']
}, 0, function(result) {
}, function(result) {
var images = result.data[ui.icons == 'posters' ? 'posters' : 'frames'],
selectedImage = images.filter(function(image) {
return image.selected;