aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/structs.go b/util/structs.go
index 600ec94..cb1f052 100644
--- a/util/structs.go
+++ b/util/structs.go
@@ -64,6 +64,7 @@ type Picture struct {
Large string `json:"large"`
}
+// for some reason the API returns them as string
type StatusStatistics struct {
Watching string `json:"watching"`
Completed string `json:"completed"`