Add: Support multiple narrator parse and filter #182

This commit is contained in:
advplyr 2021-11-17 16:13:16 -06:00
parent bf2b534170
commit 979fb70c31
4 changed files with 53 additions and 5 deletions

View file

@ -44,7 +44,7 @@ module.exports = (author) => {
var isEvenNum = splitAuthors.length % 2 === 0
if (!isEvenNum && firstChunkIsALastName) {
// console.error('Multi-author LAST,FIRST entry has a straggler (could be roman numerals or a suffix), ignore it', splitByComma[splitByComma.length - 1])
// console.error('Multi-author LAST,FIRST entry has a straggler (could be roman numerals or a suffix), ignore it')
splitAuthors = splitAuthors.slice(0, splitAuthors.length - 1)
}