mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
0.0.4
- Display stats on homepage
This commit is contained in:
parent
038823055a
commit
7ae9a0cd66
6 changed files with 55 additions and 43 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
type StatsRequest struct {
|
||||
Users int `json:"users"`
|
||||
Scrobbles int `json:"scrobbles"`
|
||||
Tracks int `json:"songs"`
|
||||
Tracks int `json:"tracks"`
|
||||
Artists int `json:"artists"`
|
||||
LastUpdated time.Time `json:"last_updated"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue