mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
fix crash
This commit is contained in:
parent
c6b5d4aa26
commit
a296ac6132
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class CustomProviderAdapter {
|
|||
narrator,
|
||||
publisher,
|
||||
publishedYear,
|
||||
description: htmlSanitizer.sanitize(description),
|
||||
description: typeof description === 'string' ? htmlSanitizer.sanitize(description) : description,
|
||||
cover,
|
||||
isbn,
|
||||
asin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue