Skip to content

Commit

Permalink
fix: inconsistent all feeds marking
Browse files Browse the repository at this point in the history
  • Loading branch information
TypicalAM committed Aug 18, 2023
1 parent 6de8a05 commit 22787ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (b Backend) indexToItem(feedName string, index int) (*gofeed.Item, error) {

switch feedName {
case rss.AllFeedsName:
articles = b.Cache.GetArticlesBulk(rss.Default.GetAllURLs(), false)
articles = b.Cache.GetArticlesBulk(b.Rss.GetAllURLs(), false)

case rss.DownloadedFeedsName:
articles = b.Cache.GetDownloaded()
Expand Down

0 comments on commit 22787ea

Please sign in to comment.