mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-25 23:06:43 +02:00
New data model fix scan for creating series/authors and mapping ebooks
This commit is contained in:
@@ -247,7 +247,7 @@ class BookMetadata {
|
||||
parseAuthorsTag(authorsTag) {
|
||||
var parsed = parseNameString(authorsTag)
|
||||
if (!parsed) return []
|
||||
return parsed.map((au) => {
|
||||
return (parsed.names || []).map((au) => {
|
||||
return {
|
||||
id: `new-${Math.floor(Math.random() * 1000000)}`,
|
||||
name: au
|
||||
|
||||
Reference in New Issue
Block a user