diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 7da735c9..4eee04c4 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -134,7 +134,7 @@ pandora.ui.folderList = function(id) { } else if (id == 'favorite') { query = {conditions: [ {key: 'subscribed', value: true, operator: '='}, - {key: 'status', value: 'featured', operator: '!='}, + {key: 'status', value: 'featured', operator: '!='} ], operator: '&'}; } else if (id == 'featured') { query = {conditions: [