Fix url in <image>

This commit is contained in:
August Skare 2023-03-09 19:15:32 +01:00
parent 34a32f6670
commit 64dda4ad1f
No known key found for this signature in database
GPG Key ID: 8AE0A545AB28A831
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ async function buildFeed(seriesId: any) {
["href", serie.image.url],
]),
tag("image", [
tag("url", serie.image.uri),
tag("url", serie.image.url),
tag("title", serie.title),
]),
...serie.episodes.map(toItemTag),