Fixed missing username in playlists on search page "all"
This commit is contained in:
parent
03a814bab4
commit
0363294325
@ -100,7 +100,7 @@ export function formatPlaylist(playlist) {
|
||||
playlistTracksNumber: getPropertyWithFallback(playlist, 'nb_tracks', 'NB_SONG'),
|
||||
|
||||
/* Artist */
|
||||
artistName: getPropertyWithFallback(playlist, 'user.name')
|
||||
artistName: getPropertyWithFallback(playlist, 'user.name', 'PARENT_USERNAME')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user