Add tracks to playlist
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user