This commit is contained in:
Aaron Suen 2020-03-28 08:59:54 -04:00
parent e507be98a6
commit e521a29232

View File

@ -32,7 +32,7 @@ module.exports = async () => {
.forEach(x => {
const id = cdblib.findopt($, 'select#tags option', x);
if(!id || tagseen[id]) return;
tageseen[id] = true;
tagseen[id] = true;
tags.push(id);
});
delete meta.tags;