mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-07 16:04:54 +02:00
Fix:Crash when podcasts put empty spaces with episode file path in RSS feed #1650
This commit is contained in:
parent
307c7ebc9d
commit
0bb1cf002d
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ function extractEpisodeData(item) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
episode.enclosure.url = episode.enclosure.url.trim()
|
||||||
|
|
||||||
// Full description with html
|
// Full description with html
|
||||||
if (item['content:encoded']) {
|
if (item['content:encoded']) {
|
||||||
const rawDescription = (extractFirstArrayItem(item, 'content:encoded') || '').trim()
|
const rawDescription = (extractFirstArrayItem(item, 'content:encoded') || '').trim()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue