mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-08 23:04:51 +02:00
Fix:Crash when podcasts put empty spaces with episode file path in RSS feed #1650
This commit is contained in:
@ -85,6 +85,8 @@ function extractEpisodeData(item) {
|
||||
}
|
||||
}
|
||||
|
||||
episode.enclosure.url = episode.enclosure.url.trim()
|
||||
|
||||
// Full description with html
|
||||
if (item['content:encoded']) {
|
||||
const rawDescription = (extractFirstArrayItem(item, 'content:encoded') || '').trim()
|
||||
|
Reference in New Issue
Block a user