Ensure play button only include playable tracks in queue

This commit is contained in:
Eliot Berriot 2019-10-21 23:52:06 +02:00
parent 6197631960
commit 44ccf6ae6b
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 0 deletions

View File

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