forked from 0x2620/pandora
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;
|
var itemsQuery, query;
|
||||||
if (!ui.item) {
|
if (!ui.item) {
|
||||||
itemsQuery = ui.find;
|
itemsQuery = ui.find;
|
||||||
query = {conditions: [], operator: '&'};
|
query = {conditions: [], operator: itemsQuery.operator};
|
||||||
// if the item query contains a layer condition,
|
// if the item query contains a layer condition,
|
||||||
// then this condition is added to the clip query
|
// then this condition is added to the clip query
|
||||||
addConditions(query, itemsQuery.conditions);
|
addConditions(query, itemsQuery.conditions);
|
||||||
|
|
Loading…
Reference in a new issue