mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
parent
18143fa5a1
commit
f5df948eb1
4 changed files with 44 additions and 15 deletions
|
@ -3,11 +3,13 @@ package model
|
|||
import "time"
|
||||
|
||||
type ScrobbleEntry struct {
|
||||
MediaFile
|
||||
ID string
|
||||
Service string
|
||||
UserID string `structs:"user_id"`
|
||||
UserID string
|
||||
PlayTime time.Time
|
||||
EnqueueTime time.Time
|
||||
MediaFileID string
|
||||
MediaFile
|
||||
}
|
||||
|
||||
type ScrobbleEntries []ScrobbleEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue