Merge branch 'master' into develop

This commit is contained in:
Agate 2020-07-21 14:47:07 +02:00
commit 21f147c0c4
15 changed files with 91 additions and 37 deletions

View file

@ -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 => {