mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-10 00:17:21 +01:00
fix crash
This commit is contained in:
parent
c6b5d4aa26
commit
a296ac6132
@ -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…
Reference in New Issue
Block a user