Debugging

This commit is contained in:
James Barnsley
2017-11-06 08:00:06 +13:00
parent 37082f2c38
commit ffba601e4b

View File

@ -164,6 +164,7 @@ export function loveTrack(uri, artist, track){
sendSignedRequest(dispatch, getState, params)
.then(
response => {
console.log(response);
dispatch({
type: 'TRACK_LOADED',
key: uri,