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:
Maurice Parker 2020-12-14 21:36:47 -06:00
parent bcd4d4e076
commit 8c95e62fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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>()