mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-16 23:14:11 +02:00
fix crash
This commit is contained in:
@@ -78,7 +78,7 @@ class CustomProviderAdapter {
|
||||
narrator,
|
||||
publisher,
|
||||
publishedYear,
|
||||
description: htmlSanitizer.sanitize(description),
|
||||
description: typeof description === 'string' ? htmlSanitizer.sanitize(description) : description,
|
||||
cover,
|
||||
isbn,
|
||||
asin,
|
||||
|
||||
Reference in New Issue
Block a user