Add tracks to playlist

This commit is contained in:
Deluan
2020-05-15 20:47:15 -04:00
committed by Deluan Quintão
parent fd49ae319f
commit e81a9dd1b5
13 changed files with 358 additions and 132 deletions
@@ -6,7 +6,6 @@ const restUrl = '/app/api'
const dataProvider = jsonServerProvider(restUrl, httpClient)
const mapResource = (resource, params) => {
console.log('R: ', resource, 'P: ', params)
switch (resource) {
case 'albumSong':
return ['song', params]