mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Convert enclosure size field to bigint
This commit is contained in:
parent
fec391a336
commit
482785c5e6
7 changed files with 9 additions and 6 deletions
|
@ -11,7 +11,7 @@ type Enclosure struct {
|
|||
EntryID int64 `json:"entry_id"`
|
||||
URL string `json:"url"`
|
||||
MimeType string `json:"mime_type"`
|
||||
Size int `json:"size"`
|
||||
Size int64 `json:"size"`
|
||||
}
|
||||
|
||||
// EnclosureList represents a list of attachments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue