From aa69994b8fad0689df245b009413fdb716eda2be Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 18 Apr 2012 16:20:07 +0200 Subject: [PATCH] enable poster selection --- static/js/pandora/infoView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index e4d24c365..a6bc99a83 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -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;