mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-10 10:17:04 +02:00
jspf: write duration to exported JSPF
This commit is contained in:
parent
588a6cf96f
commit
443734e4c7
2 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,7 @@ func trackAsTrack(t models.Track) jspf.Track {
|
|||
Album: t.ReleaseName,
|
||||
Creator: t.ArtistName(),
|
||||
TrackNum: t.TrackNumber,
|
||||
Duration: t.Duration.Milliseconds(),
|
||||
Extension: map[string]any{},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue