Added Listen.Skipped attribute

This will help implementing similar functionality for other formats
that make this distinction.
This commit is contained in:
Philipp Wolfer 2025-07-14 15:13:38 +02:00
parent 543b3ced27
commit d162702d5d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 7 additions and 6 deletions

View file

@ -106,6 +106,7 @@ type Listen struct {
ListenedAt time.Time
PlaybackDuration time.Duration
UserName string
Skipped bool
}
type Love struct {