summaryrefslogtreecommitdiff
path: root/core/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/structs.go')
-rw-r--r--core/structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/structs.go b/core/structs.go
index 693fa0b..f4a6db8 100644
--- a/core/structs.go
+++ b/core/structs.go
@@ -80,7 +80,7 @@ func GofeedConvert(f *gofeed.Feed, title string) (*Feed, error) {
} else if v.PublishedParsed != nil {
item.Published = *v.PublishedParsed
}
- item.Link = f.FeedLink
+ item.Link = v.Link
new.Items = append(new.Items, item)
}