mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Models the feed website url of feedly articles as an optional since it seems the Feedly API will not always provide one. Issue #1449.
This commit is contained in:
@@ -11,5 +11,5 @@ import Foundation
|
||||
struct FeedlyOrigin: Decodable {
|
||||
var title: String?
|
||||
var streamId: String?
|
||||
var htmlUrl: String
|
||||
var htmlUrl: String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user