fix #2229 (Duplicating a featured list/edit should not produce a featured item)

This commit is contained in:
rolux 2014-02-08 16:07:49 +00:00
parent 7924bb1d2c
commit 56995b8dd7

View file

@ -58,7 +58,7 @@ pandora.addFolderItem = function(section) {
listData = pandora.getListData();
data = {
name: listData.name,
status: listData.status,
status: listData.status == 'featured' ? 'public' : listData.status,
type: listData.type
};
if (data.type == 'smart') {