ListenBrainz API listens exporter

This commit is contained in:
Philipp Wolfer 2023-11-09 22:49:43 +01:00
parent 49d06b7f52
commit 8395f1e02c
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
8 changed files with 290 additions and 6 deletions

View file

@ -28,7 +28,7 @@ import (
type MBID string
type AdditionalInfo map[string]string
type AdditionalInfo map[string]any
type Track struct {
TrackName string