Version bump 2.0.21

This commit is contained in:
advplyr 2022-06-09 18:24:03 -05:00
parent 745a491f90
commit a97c102369
5 changed files with 7 additions and 7 deletions

View file

@ -89,7 +89,7 @@ class Feed {
this.meta.author = author
this.meta.imageUrl = media.coverPath ? `${serverAddress}/feed/${slug}/cover` : `${serverAddress}/Logo.png`
this.meta.feedUrl = feedUrl
this.meta.link = `${serverAddress}/items/${libraryItem.id}`
this.meta.link = `${serverAddress}/item/${libraryItem.id}`
this.meta.explicit = !!mediaMetadata.explicit
this.episodes = []