mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Update:Personalized API endpoint include query string to add rssFeed to entities
This commit is contained in:
parent
c6763dee2d
commit
d8ee61bfab
4 changed files with 38 additions and 23 deletions
|
@ -167,8 +167,8 @@ export default {
|
|||
this.loaded = true
|
||||
},
|
||||
async fetchCategories() {
|
||||
var categories = await this.$axios
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/personalized`)
|
||||
const categories = await this.$axios
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/personalized?include=rssfeed`)
|
||||
.then((data) => {
|
||||
return data
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue