forked from 0x2620/pandora
one more query overwrite, fixes #863
This commit is contained in:
parent
a52cba2ae3
commit
6b6bf1012a
1 changed files with 2 additions and 2 deletions
|
@ -209,13 +209,13 @@ pandora.ui.navigationView = function(type, videoRatio) {
|
|||
operator: '&'
|
||||
};
|
||||
}
|
||||
return pandora.api.findClips(Ox.extend({
|
||||
return pandora.api.findClips(Ox.extend(data, {
|
||||
itemsQuery: itemsQuery,
|
||||
query: {
|
||||
conditions: [{key: itemName, value: id, operator:'=='}],
|
||||
operator: '&'
|
||||
}
|
||||
}, data), callback);
|
||||
}), callback);
|
||||
}
|
||||
});
|
||||
type == 'map' && pandora.UI.set({mapSelection: data.name});
|
||||
|
|
Loading…
Reference in a new issue