aboutsummaryrefslogtreecommitdiff
path: root/internal/model/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/model/feed.go')
-rw-r--r--internal/model/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/model/feed.go b/internal/model/feed.go
index a6e228d8..f35ebc56 100644
--- a/internal/model/feed.go
+++ b/internal/model/feed.go
@@ -51,7 +51,7 @@ type Feed struct {
FetchViaProxy bool `json:"fetch_via_proxy"`
Category *Category `json:"category,omitempty"`
Entries Entries `json:"entries,omitempty"`
- IconURL string `json:"icon_url"`
+ IconURL string `json:"-"`
Icon *FeedIcon `json:"icon"`
HideGlobally bool `json:"hide_globally"`
UnreadCount int `json:"-"`