mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-28 18:36:30 +00:00
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 a new issue