mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-13 02:19:46 +01: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:
@@ -343,6 +343,10 @@ class Book {
|
||||
{
|
||||
tag: 'tagSeriesPart',
|
||||
key: 'volumeNumber'
|
||||
},
|
||||
{
|
||||
tag: 'tagIsbn',
|
||||
key: 'isbn'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user