mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +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
|
@ -8,8 +8,8 @@
|
|||
<script>
|
||||
export default {
|
||||
async asyncData({ store, params, redirect }) {
|
||||
var libraryId = params.library
|
||||
var library = await store.dispatch('libraries/fetch', libraryId)
|
||||
const libraryId = params.library
|
||||
const library = await store.dispatch('libraries/fetch', libraryId)
|
||||
if (!library) {
|
||||
return redirect(`/oops?message=Library "${libraryId}" not found`)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue