mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Initial interfaces fr love transfer
This commit is contained in:
parent
49cb2774e2
commit
153b1a0def
2 changed files with 16 additions and 0 deletions
|
@ -56,3 +56,11 @@ type Listen struct {
|
|||
PlaybackDuration time.Duration
|
||||
UserName string
|
||||
}
|
||||
|
||||
type Love struct {
|
||||
Track
|
||||
Created time.Time
|
||||
UserName string
|
||||
RecordingMbid MBID
|
||||
RecordingMsid MBID
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue