diff --git a/client/core.go b/client/core.go index 98f7779dcdc54dfefb89adb67e50f23ef24718ad..2958ce0238b766f828443923feca0a1e2ca4e957 100644 --- a/client/core.go +++ b/client/core.go @@ -95,7 +95,6 @@ type Feed struct { Username string `json:"username"` Password string `json:"password"` Category *Category `json:"category,omitempty"` - Entries Entries `json:"entries,omitempty"` } // FeedModification represents changes for a feed.