mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
feat: update track duration using musicbrainz
This commit is contained in:
parent
1425f7f416
commit
23dd5fa05d
5 changed files with 443 additions and 10 deletions
|
|
@ -8,7 +8,8 @@ import (
|
|||
)
|
||||
|
||||
type MusicBrainzTrack struct {
|
||||
Title string `json:"title"`
|
||||
Title string `json:"title"`
|
||||
LengthMs int `json:"length"`
|
||||
}
|
||||
|
||||
const recordingFmtStr = "%s/ws/2/recording/%s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue