Typo
This commit is contained in:
parent
e507be98a6
commit
e521a29232
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user