mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
fixing narrator and series update on re-scan
This commit is contained in:
parent
c03f18b90a
commit
6cd8aef713
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class AbsMetadataFileScanner {
|
||||||
if (key === 'genres' && !abMetadata.genres?.length) continue
|
if (key === 'genres' && !abMetadata.genres?.length) continue
|
||||||
if (key === 'tags' && !abMetadata.tags?.length) continue
|
if (key === 'tags' && !abMetadata.tags?.length) continue
|
||||||
if (key === 'chapters' && !abMetadata.chapters?.length) continue
|
if (key === 'chapters' && !abMetadata.chapters?.length) continue
|
||||||
|
if (key === 'narrators' && !abMetadata.narrators?.length) continue
|
||||||
|
if (key === 'series' && !abMetadata.series?.length) continue
|
||||||
|
|
||||||
bookMetadata[key] = abMetadata[key]
|
bookMetadata[key] = abMetadata[key]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue