Added isbn fetching for metadata

If file metadata has isbn tag it will be fetched and used for book
This commit is contained in:
ISO-B 2022-01-03 21:40:03 +02:00
parent 55e253ac60
commit 021d3cfa1a
3 changed files with 11 additions and 2 deletions

View file

@ -343,6 +343,10 @@ class Book {
{
tag: 'tagSeriesPart',
key: 'volumeNumber'
},
{
tag: 'tagIsbn',
key: 'isbn'
}
]