diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index d8e558dad..c4702727d 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -775,7 +775,10 @@ define([ } }); } - return list; + return list.filter(function (channel) { + if (typeof(channel) !== 'string') { return; } + return [32, 48].indexOf(channel.length) !== -1; + }); }; var removeOwnedPads = function (waitFor) { // Delete owned pads