mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
parent
a8951089c3
commit
42b4261793
@ -42,7 +42,7 @@ public final class WebFeed: Feed, Renamable, Hashable {
|
||||
return metadata.homePageURL
|
||||
}
|
||||
set {
|
||||
if let url = newValue {
|
||||
if let url = newValue, !url.isEmpty {
|
||||
metadata.homePageURL = url.rs_normalizedURL()
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user