mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-24 04:39:40 +00:00
Cleanup audiobookcovers.com addition
This commit is contained in:
parent
1342897858
commit
84839bea44
3 changed files with 10 additions and 14 deletions
|
|
@ -14,7 +14,7 @@ class AudiobookCovers {
|
|||
Logger.error('[AudiobookCovers] Cover search error', error)
|
||||
return []
|
||||
})
|
||||
return items.map(item => { return { cover: item.filename } })
|
||||
return items.map(item => ({ cover: item.filename }))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue