mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:39:29 +02:00
Federation scanning
This commit is contained in:
parent
a3875e3918
commit
125d0eed5e
21 changed files with 450 additions and 80 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
return
|
||||
}
|
||||
let self = this
|
||||
axios.post('federation/libraries/scan/', {fid: this.query}).then((response) => {
|
||||
axios.post('federation/libraries/fetch/', {fid: this.query}).then((response) => {
|
||||
self.$emit('scanned', response.data)
|
||||
self.isLoading = false
|
||||
}, error => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue