mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Use mbtypes.ISRC type
This commit is contained in:
parent
ad1644672c
commit
13eb8342ab
7 changed files with 16 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue