mirror of
https://git.sr.ht/~phw/scotty
synced 2025-07-16 05:03:37 +02:00
Added Listen.Skipped attribute
This will help implementing similar functionality for other formats that make this distinction.
This commit is contained in:
parent
543b3ced27
commit
d162702d5d
3 changed files with 7 additions and 6 deletions
|
@ -106,6 +106,7 @@ type Listen struct {
|
|||
ListenedAt time.Time
|
||||
PlaybackDuration time.Duration
|
||||
UserName string
|
||||
Skipped bool
|
||||
}
|
||||
|
||||
type Love struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue