mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Fixes LatestArticle
to use feedIconPath
This commit is contained in:
parent
d90047725c
commit
350c373ae2
@ -26,7 +26,7 @@ struct LatestArticle: Codable, Identifiable {
|
|||||||
let feedTitle: String
|
let feedTitle: String
|
||||||
let articleTitle: String?
|
let articleTitle: String?
|
||||||
let articleSummary: String?
|
let articleSummary: String?
|
||||||
let feedIcon: Data? // Base64 encoded image data
|
let feedIconPath: String? // Path to image data in shared container.
|
||||||
let pubDate: String
|
let pubDate: String
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user