mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
fix dates
This commit is contained in:
parent
9ede816078
commit
24a06faa3c
@ -179,6 +179,7 @@ func FindFavicon(websiteUrl, feedUrl string) (*[]byte, error) {
|
||||
func ConvertItems(items []feedparser.Item, feed storage.Feed) []storage.Item {
|
||||
result := make([]storage.Item, len(items))
|
||||
for i, item := range items {
|
||||
item := item
|
||||
podcastUrl := item.PodcastURL
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user