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,
|
narrator,
|
||||||
publisher,
|
publisher,
|
||||||
publishedYear,
|
publishedYear,
|
||||||
description: htmlSanitizer.sanitize(description),
|
description: typeof description === 'string' ? htmlSanitizer.sanitize(description) : description,
|
||||||
cover,
|
cover,
|
||||||
isbn,
|
isbn,
|
||||||
asin,
|
asin,
|
||||||
|
Loading…
Reference in New Issue
Block a user