mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:49:24 +02:00
Audio federation
This commit is contained in:
parent
6992c567fb
commit
e49a460203
85 changed files with 2598 additions and 1204 deletions
|
@ -46,7 +46,7 @@
|
|||
:objects-data="result"
|
||||
:custom-objects="customObjects"
|
||||
:actions="actions"
|
||||
:action-url="'track-files/action/'"
|
||||
:action-url="'uploads/action/'"
|
||||
:filters="actionFilters">
|
||||
<template slot="header-cells">
|
||||
<th><translate>Title</translate></th>
|
||||
|
@ -207,7 +207,7 @@ export default {
|
|||
let self = this
|
||||
self.isLoading = true
|
||||
self.checked = []
|
||||
axios.get('/track-files/', {params: params}).then((response) => {
|
||||
axios.get('/uploads/', {params: params}).then((response) => {
|
||||
self.result = response.data
|
||||
self.isLoading = false
|
||||
}, error => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue