Fix #1175: Fix embedded player not working on channel serie/album

This commit is contained in:
Agate 2020-07-21 10:19:14 +02:00
parent 0f2b332eb0
commit 4351331355
11 changed files with 15 additions and 9 deletions

View file

@ -280,6 +280,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 => {