use query operator from smart list for clips query, fixes #2724
This commit is contained in:
parent
3408f0d21d
commit
146a1ca39a
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ pandora.ui.clipList = function(videoRatio) {
|
||||||
pandora.api.getList({id: ui._list}, function(result) {
|
pandora.api.getList({id: ui._list}, function(result) {
|
||||||
if (result.data.type == 'smart') {
|
if (result.data.type == 'smart') {
|
||||||
addConditions(query, result.data.query.conditions);
|
addConditions(query, result.data.query.conditions);
|
||||||
|
query.operator = result.data.query.operator;
|
||||||
}
|
}
|
||||||
findClips();
|
findClips();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue