feat: update track duration using musicbrainz

This commit is contained in:
Gabe Farrell 2025-06-26 15:41:50 -04:00
parent 1425f7f416
commit 23dd5fa05d
5 changed files with 443 additions and 10 deletions

View file

@ -134,7 +134,8 @@ var (
}
mbzTrackData = map[uuid.UUID]*mbz.MusicBrainzTrack{
uuid.MustParse("00000000-0000-0000-0000-000000001001"): {
Title: "Tokyo Calling",
Title: "Tokyo Calling",
LengthMs: 191000,
},
}
)