Hotfix: Spotify playlist tracks not formatted on refresh
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user