From 482785c5e6a1acdba8750b99b13288ad62c6d29d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 14 Mar 2018 20:09:06 -0700 Subject: Convert enclosure size field to bigint --- reader/json/json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reader/json') diff --git a/reader/json/json.go b/reader/json/json.go index 81b38f6..2c812ab 100644 --- a/reader/json/json.go +++ b/reader/json/json.go @@ -47,7 +47,7 @@ type jsonAttachment struct { URL string `json:"url"` MimeType string `json:"mime_type"` Title string `json:"title"` - Size int `json:"size_in_bytes"` + Size int64 `json:"size_in_bytes"` Duration int `json:"duration_in_seconds"` } -- cgit v1.2.3