don't count disc separators in number of tracks

This commit is contained in:
uh wot 2021-09-20 18:39:48 +02:00
parent 025e956b26
commit 4c13c3af09
No known key found for this signature in database
GPG Key ID: CB2454984587B781
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ export default {
label: albumLabel,
artist: { name: artistName },
tracks: albumTracks,
tracks: { length: numberOfTracks },
nb_tracks: numberOfTracks,
release_date,
cover_xl
} = data