enable poster selection
This commit is contained in:
parent
bb2504a0b2
commit
aa69994b8f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue