mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
redesign the album bio component
This commit is contained in:
@@ -98,7 +98,7 @@ function updateQueue(track: Track) {
|
||||
|
||||
function getTracks() {
|
||||
if (props.on_album_page) {
|
||||
let tracks = props.tracks.map((track, index) => {
|
||||
let tracks = props.tracks.map((track) => {
|
||||
track.index = track.tracknumber;
|
||||
return track;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user