mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +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'),
|
playlistTracksNumber: getPropertyWithFallback(playlist, 'nb_tracks', 'NB_SONG'),
|
||||||
|
|
||||||
/* Artist */
|
/* Artist */
|
||||||
artistName: getPropertyWithFallback(playlist, 'user.name')
|
artistName: getPropertyWithFallback(playlist, 'user.name', 'PARENT_USERNAME')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue