Implemented Maloja listen export

This commit is contained in:
Philipp Wolfer 2023-11-10 00:00:31 +01:00
parent 10590f9f67
commit 0bee8561e3
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
6 changed files with 217 additions and 5 deletions

View file

@ -52,7 +52,7 @@ func (t Track) ArtistName() string {
type Listen struct {
Track
ListenedAt time.Time
ListenDuration time.Duration
UserName string
ListenedAt time.Time
PlaybackDuration time.Duration
UserName string
}