mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Improved progress report for Spotify loves
This commit is contained in:
parent
0e3061e837
commit
4a9f26d9db
3 changed files with 17 additions and 4 deletions
|
@ -106,12 +106,14 @@ func (l LovesList) Swap(i, j int) {
|
|||
}
|
||||
|
||||
type ListensResult struct {
|
||||
Total int
|
||||
Listens ListensList
|
||||
OldestTimestamp time.Time
|
||||
Error error
|
||||
}
|
||||
|
||||
type LovesResult struct {
|
||||
Total int
|
||||
Loves LovesList
|
||||
Error error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue