mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Added isbn fetching for metadata
If file metadata has isbn tag it will be fetched and used for book
This commit is contained in:
parent
55e253ac60
commit
021d3cfa1a
3 changed files with 11 additions and 2 deletions
|
@ -343,6 +343,10 @@ class Book {
|
|||
{
|
||||
tag: 'tagSeriesPart',
|
||||
key: 'volumeNumber'
|
||||
},
|
||||
{
|
||||
tag: 'tagIsbn',
|
||||
key: 'isbn'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue