diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 5be2eb38..0b8810f3 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -129,6 +129,7 @@ tvheadend.idnode_filter_fields = function(d, list) break; } } else { + var o = list.split(','); for (var i = 0; i < o.length; i++) for (var j = 0; j < d.length; j++) if (d[j].id === o[i]) {