mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
fix dates
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user