mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-01 08:07:20 +02:00
Cleanup old unused and missing vars
This commit is contained in:
@@ -124,6 +124,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async fetchCategories() {
|
||||
if (!this.currentLibraryId) return null
|
||||
var categories = await this.$axios
|
||||
.$get(`/api/libraries/${this.currentLibraryId}/personalized?minified=1`)
|
||||
.then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user