Ensure play button only include playable tracks in queue
This commit is contained in:
parent
6197631960
commit
44ccf6ae6b
|
@ -149,6 +149,7 @@ export default {
|
|||
params['page_size'] = 100
|
||||
params['page'] = page
|
||||
params['hidden'] = ''
|
||||
params['playable'] = 'true'
|
||||
tracks = tracks || []
|
||||
axios.get('tracks/', {params: params}).then((response) => {
|
||||
response.data.results.forEach(t => {
|
||||
|
|
Loading…
Reference in New Issue