mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
don't count disc separators in number of tracks
This commit is contained in:
parent
025e956b26
commit
4c13c3af09
|
@ -219,7 +219,7 @@ export default {
|
|||
label: albumLabel,
|
||||
artist: { name: artistName },
|
||||
tracks: albumTracks,
|
||||
tracks: { length: numberOfTracks },
|
||||
nb_tracks: numberOfTracks,
|
||||
release_date,
|
||||
cover_xl
|
||||
} = data
|
||||
|
|
Loading…
Reference in a new issue