Don't use the feed icon for XKCD since it is always the current comic and doesn't scale down well. Fixes #2669
This commit is contained in:
parent
bcd4d4e076
commit
8c95e62fc0
|
@ -49,7 +49,7 @@ public final class WebFeedIconDownloader {
|
|||
}
|
||||
|
||||
private var homePagesWithUglyIcons: Set<String> = {
|
||||
return Set(["https://www.macsparky.com/"])
|
||||
return Set(["https://www.macsparky.com/", "https://xkcd.com/"])
|
||||
}()
|
||||
|
||||
private var urlsInProgress = Set<String>()
|
||||
|
|
Loading…
Reference in New Issue