mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 14:52:51 +02:00
Change:Bookshelf to return minified audiobook objects and limit 100 #255
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
},
|
||||
async fetchCategories() {
|
||||
var categories = await this.$axios
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/categories`)
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/categories?minified=1`)
|
||||
.then((data) => {
|
||||
return data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user