Skip to content
Snippets Groups Projects
Verified Commit 44ccf6ae authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Ensure play button only include playable tracks in queue

parent 61976319
Branches
No related tags found
No related merge requests found
......@@ -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 => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment