Update NetNewsWire blog feed URL — now at netnewswire.blog rather than nnw.ranchero.com.

This commit is contained in:
Brent Simmons
2023-06-13 21:34:30 -07:00
parent 4e59f66455
commit a7cd320041
4 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ public final class WebFeedIconDownloader {
return cachedImage
}
if let hpURLString = feed.homePageURL, let hpURL = URL(string: hpURLString), hpURL.host == "nnw.ranchero.com" {
if let hpURLString = feed.homePageURL, let hpURL = URL(string: hpURLString), (hpURL.host == "nnw.ranchero.com" || hpURL.host == "netnewswire.blog") {
return IconImage.appIcon
}