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
|
@ -44,7 +44,7 @@ type Track struct {
|
|||
TrackNumber int
|
||||
DiscNumber int
|
||||
Duration time.Duration
|
||||
ISRC string
|
||||
ISRC mbtypes.ISRC
|
||||
RecordingMBID mbtypes.MBID
|
||||
ReleaseMBID mbtypes.MBID
|
||||
ReleaseGroupMBID mbtypes.MBID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue