mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Support disc numbers
This commit is contained in:
parent
d810fc9cac
commit
0e3061e837
12 changed files with 32 additions and 0 deletions
|
@ -35,6 +35,7 @@ type Track struct {
|
|||
ReleaseName string
|
||||
ArtistNames []string
|
||||
TrackNumber int
|
||||
DiscNumber int
|
||||
Duration time.Duration
|
||||
Isrc string
|
||||
RecordingMbid MBID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue