mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
Update blog host name.
This commit is contained in:
parent
a7cd320041
commit
1020816e5b
@ -121,7 +121,7 @@ final class FaviconDownloader {
|
||||
let url = homePageURL.normalizedURL
|
||||
|
||||
if let url = URL(string: homePageURL) {
|
||||
if url.host == "nnw.ranchero.com" {
|
||||
if url.host == "nnw.ranchero.com" || url.host == "netnewswire.blog" {
|
||||
return IconImage.appIcon
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user