Hotfix: Spotify playlist tracks not formatted on refresh

This commit is contained in:
James Barnsley
2017-10-23 18:16:44 +13:00
parent 4cdcf07d44
commit fe90d81844

View File

@ -1462,7 +1462,7 @@ export function getPlaylist(uri){
response,
{
can_edit: (getState().spotify.me && response.owner.id == getState().spotify.me.id),
tracks: response.tracks.items,
tracks: helpers.formatTracks(response.tracks.items),
tracks_more: response.tracks.next,
tracks_total: response.tracks.total,
description: description