mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Update /matchall api endpoint to GET
This commit is contained in:
parent
53cf6edd6a
commit
377ae7ab19
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ export default {
|
|||
},
|
||||
matchAll() {
|
||||
this.$axios
|
||||
.$post(`/api/libraries/${this.library.id}/matchall`)
|
||||
.$get(`/api/libraries/${this.library.id}/matchall`)
|
||||
.then(() => {
|
||||
console.log('Starting scan for matches')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue