use itemsQuery operator for clip list
This commit is contained in:
parent
e62a52d524
commit
f73fee2713
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pandora.ui.clipList = function(videoRatio) {
|
|||
var itemsQuery, query;
|
||||
if (!ui.item) {
|
||||
itemsQuery = ui.find;
|
||||
query = {conditions: [], operator: '&'};
|
||||
query = {conditions: [], operator: itemsQuery.operator};
|
||||
// if the item query contains a layer condition,
|
||||
// then this condition is added to the clip query
|
||||
addConditions(query, itemsQuery.conditions);
|
||||
|
|
Loading…
Reference in a new issue