mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update NetNewsWire blog feed URL — now at netnewswire.blog rather than nnw.ranchero.com.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user