mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:19:16 +02:00
Merge branch 'master' into develop
This commit is contained in:
commit
21f147c0c4
15 changed files with 91 additions and 37 deletions
|
@ -279,6 +279,7 @@ export default {
|
|||
},
|
||||
fetchTracks (filters, path) {
|
||||
path = path || "/api/v1/tracks/"
|
||||
filters.include_channels = "true"
|
||||
let self = this
|
||||
let url = `${this.baseUrl}${path}`
|
||||
axios.get(url, {params: filters}).then(response => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue