mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Implemented Maloja listen export
This commit is contained in:
parent
10590f9f67
commit
0bee8561e3
6 changed files with 217 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue