summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--feed/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed/feed.go b/feed/feed.go
index 8d3609c..a6e2f03 100644
--- a/feed/feed.go
+++ b/feed/feed.go
@@ -19,7 +19,7 @@ type Feed struct {
Id string `json:"id"`
Source string `json:"source"`
Schema string `json:"schema"`
- Last uint `json:"last"`
+ Last int `json:"last"`
YDLPath string
DumpDir string
Entries []schema.Entry