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

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-client",
"version": "2.0.20",
"version": "2.0.21",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-client",
"version": "2.0.20",
"version": "2.0.21",
"description": "Self-hosted audiobook and podcast client",
"main": "index.js",
"scripts": {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.0.20",
"version": "2.0.21",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.0.20",
"version": "2.0.21",
"description": "Self-hosted audiobook and podcast server",
"main": "index.js",
"scripts": {

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 = []