Use mbtypes.ISRC type

This commit is contained in:
Philipp Wolfer 2025-04-03 15:08:02 +02:00
parent ad1644672c
commit 13eb8342ab
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
7 changed files with 16 additions and 11 deletions

View file

@ -53,7 +53,7 @@ func TestTrackFillAdditionalInfo(t *testing.T) {
TrackNumber: 5,
DiscNumber: 1,
Duration: time.Duration(413787 * time.Millisecond),
ISRC: "DES561620801",
ISRC: mbtypes.ISRC("DES561620801"),
Tags: []string{"rock", "psychedelic rock"},
}
track.FillAdditionalInfo()