mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
done
This commit is contained in:
parent
851aa1a136
commit
8f36ae013e
@ -48,7 +48,6 @@ func (w *Worker) FindFavicons() {
|
||||
}
|
||||
|
||||
func (w *Worker) FindFeedFavicon(feed storage.Feed) {
|
||||
// TODO: give up search attempts if the host is reachable but has no icon
|
||||
icon, err := findFavicon(feed.Link, feed.FeedLink)
|
||||
if err != nil {
|
||||
log.Printf("Failed to find favicon for %s (%s): %s", feed.FeedLink, feed.Link, err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user