feat: Add unix timestamp date range parameters for fetching paginated listens (#98)

This commit is contained in:
Matt Foxx 2025-11-20 11:43:09 -05:00 committed by GitHub
parent 620e3b65cb
commit c77481fd59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 10 deletions

View file

@ -122,6 +122,8 @@ type GetItemsOpts struct {
Week int // 1-52
Month int // 1-12
Year int
From int // unix timestamp
To int // unix timestamp
// Used only for getting top tracks
ArtistID int